Package repast.simphony.data2
Interface SizedIterable<T>
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
AbstractDataSetManager.ObjList
An iterable with a size
- Author:
- Nick Collier
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
size
int size()Gets the number of elements in the iterable.- Returns:
- the number of elements in the iterable.
-