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