Modifier and Type | Method and Description |
---|---|
JailCell |
JailPrisoner.getCell() |
JailCell |
JailZone.getEmptyCell() |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<JailCell> |
JailZone.getCellList() |
Modifier and Type | Method and Description |
---|---|
void |
JailPrisoner.setCell(JailCell input)
Sets cell that belongs to this prisoner.
|