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:ContextListenerCalled to nofify the listener of a change to a context.- Specified by:
eventOccuredin interfaceContextListener- Parameters:
ev- The event of which to notify the listener.
-
size
public int size()Description copied from interface:SizedIterableGets the number of elements in the iterable.- Specified by:
sizein interfaceSizedIterable<Object>- Returns:
- the number of elements in the iterable.
-
iterator
-