Constructor and Description |
---|
TransformingIterator(Iterator<T1> delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T2 |
next() |
void |
remove() |
protected abstract T2 |
transform(T1 o)
Derived classes must implement this method such that it does the desired transformation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2001–2016. All rights reserved.