Modifier and Type | Field and Description |
---|---|
private Iterator<T> |
iterator |
private Function<T,E> |
mapper |
Constructor and Description |
---|
IteratorAdapter(Iterator<T> iterator,
Function<T,E> mapper)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
Copyright © 2001–2016 mmm-Team. All rights reserved.