Package repast.simphony.filter
Class FilteredIterator<T>
java.lang.Object
repast.simphony.filter.FilteredIterator<T>
- All Implemented Interfaces:
Iterator<T>
-
Constructor Summary
ConstructorDescriptionFilteredIterator
(Filter<T> filter, Collection<T> collection) FilteredIterator
(Filter<T> filter, Iterator<T> iterator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining