Uses of Interface
repast.simphony.util.collections.IndexedIterable
Packages that use IndexedIterable
Package
Description
-
Uses of IndexedIterable in repast.simphony.context
Fields in repast.simphony.context declared as IndexedIterableMethods in repast.simphony.context that return IndexedIterableModifier 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.Constructors in repast.simphony.context with parameters of type IndexedIterableModifierConstructorDescriptionContextIterable(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
Methods in repast.simphony.essentials that return IndexedIterableModifier and TypeMethodDescriptionstatic IndexedIterableRepastEssentials.GetObjects(String contextPath, String className) -
Uses of IndexedIterable in repast.simphony.util.collections
Classes in repast.simphony.util.collections that implement IndexedIterableModifier and TypeClassDescriptionclassAn IndexedIterable that adapts multiple IndexedItebles to behave as a single IndexedIterable.classAdapts a List to the IndexedIterable interface.Methods in repast.simphony.util.collections with parameters of type IndexedIterableModifier and TypeMethodDescriptionvoidCompositeIndexedIterable.addIndexedIterable(IndexedIterable<T> iter) Add an indexed iterable to this CompositeIndexedIterable.Constructors in repast.simphony.util.collections with parameters of type IndexedIterableModifierConstructorDescriptionRandomIterable(IndexedIterable<T> iter, long count) Creates a RandomIterable that will iterate over count number of objects in the specified IndexedIterable.