Package repast.simphony.data2
Interface ObjectListMap
public interface ObjectListMap
Map type interface for the type passed to DataSets for recording.
- Author:
- Nick Collier
- 
Method SummaryModifier and TypeMethodDescriptionCollection<?>getObjects(Class<?> type) Gets the collection of objects in this map of the specified type.
- 
Method Details- 
getObjectsGets the collection of objects in this map of the specified type.- Parameters:
- type-
- Returns:
- the collection of objects in this map of the specified type.
 
 
-