Package repast.simphony.data2
Class AbstractDataSetManager.ObjList
java.lang.Object
repast.simphony.data2.AbstractDataSetManager.ObjList
- All Implemented Interfaces:
Iterable<Object>
,ContextListener
,SizedIterable<Object>
- Enclosing class:
- AbstractDataSetManager
protected static class AbstractDataSetManager.ObjList
extends Object
implements ContextListener, SizedIterable<Object>
-
Constructor Details
-
ObjList
-
-
Method Details
-
eventOccured
Description copied from interface:ContextListener
Called to nofify the listener of a change to a context.- Specified by:
eventOccured
in interfaceContextListener
- Parameters:
ev
- The event of which to notify the listener.
-
size
public int size()Description copied from interface:SizedIterable
Gets the number of elements in the iterable.- Specified by:
size
in interfaceSizedIterable<Object>
- Returns:
- the number of elements in the iterable.
-
iterator
-