Package com.identity4j.util
Class AbstractFilteredIterator<E>
- java.lang.Object
-
- com.identity4j.util.AbstractFilteredIterator<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractFilteredIterator(Iterator<E> sourceIterator)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanhasNext()protected abstract booleaninclude(E object)Enext()voidremove()-
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
-
-