Package | Description |
---|---|
cell2d | |
cell2d.space |
Modifier and Type | Method and Description |
---|---|
SafeIterator<V> |
CellGameState.thinkerIterator()
Returns a new Iterator over this CellGameState's list of Thinkers.
|
Modifier and Type | Method and Description |
---|---|
SafeIterator<SpaceObject<T>> |
SpaceState.objectIterator()
Returns a new Iterator over this SpaceState's list of SpaceObjects.
|
SafeIterator<ThinkerObject<T>> |
SpaceState.thinkerObjectIterator()
Returns a new Iterator over this SpaceState's list of ThinkerObjects.
|