Uses of Interface
repast.simphony.util.collections.IndexedIterable
Package
Description
-
Uses of IndexedIterable in repast.simphony.context
Modifier and TypeMethodDescriptionContext.getObjects
(Class<?> clazz) Gets a IndexedIterable over all the objects in this context (and thus in the sub contexts) that are of the specified type.FormerDefaultContext.getObjects
(Class<?> clazz) Gets a IndexedIterable over the all the objects in this context (and thus in the sub contexts) that are of the specified type.SmallDefaultContext.getObjects
(Class<?> clazz) Gets a IndexedIterable over all the objects in this context (and thus in the sub contexts) that are of the specified type.ModifierConstructorDescriptionContextIterable
(IndexedIterable<T> iter, long count, Context<T> context) Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable. -
Uses of IndexedIterable in repast.simphony.essentials
Modifier and TypeMethodDescriptionstatic IndexedIterable
RepastEssentials.GetObjects
(String contextPath, String className) -
Uses of IndexedIterable in repast.simphony.util.collections
Modifier and TypeClassDescriptionclass
An IndexedIterable that adapts multiple IndexedItebles to behave as a single IndexedIterable.class
Adapts a List to the IndexedIterable interface.Modifier and TypeMethodDescriptionvoid
CompositeIndexedIterable.addIndexedIterable
(IndexedIterable<T> iter) Add an indexed iterable to this CompositeIndexedIterable.ModifierConstructorDescriptionRandomIterable
(IndexedIterable<T> iter, long count) Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable.