java.lang.Object
org.evrete.util.MappingReIterator<T,Z>
- All Implemented Interfaces:
Iterator<Z>,ReIterator<Z>
The
MappingReIterator class implements the ReIterator interface
and provides a mapping functionality to another ReIterator.-
Constructor Details
-
MappingReIterator
-
-
Method Details
-
reset
public long reset()Description copied from interface:ReIteratorResets the iterator to its initial position.
Additionally, this method returns the size of the underlying data collection.
- Specified by:
resetin interfaceReIterator<T>- Returns:
- The size of the underlying data collection.
-
hasNext
public boolean hasNext() -
remove
public void remove() -
next
-
toString
-