Package repast.simphony.data2
Interface ObjectListMap
public interface ObjectListMap
Map type interface for the type passed to DataSets for recording.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
getObjects
(Class<?> type) Gets the collection of objects in this map of the specified type.
-
Method Details
-
getObjects
Gets 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.
-