Package | Description |
---|---|
cell2d | |
cell2d.space |
Modifier and Type | Method and Description |
---|---|
SafeIterator<V> |
ThinkerGroup.thinkerIterator()
Returns a new Iterator over this ThinkerGroup'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<SpaceThinker<T>> |
ThinkerObject.thinkerIterator()
Returns a new Iterator over this ThinkerObject's list of SpaceThinkers.
|
SafeIterator<ThinkerObject<T>> |
SpaceState.thinkerObjectIterator()
Returns a new Iterator over this SpaceState's list of ThinkerObjects.
|