Constructor | Description |
---|---|
TransformingIterator(Iterator<T1> delegate) |
Modifier and Type | Method | 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.
|
forEachRemaining
Copyright © 2001–2019. All rights reserved.