| Constructor | Description |
|---|---|
TapIterator(Iterable<T> iterable,
Procedure<? super T> procedure) |
|
TapIterator(Iterator<T> iterator,
Procedure<? super T> procedure) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
T |
next() |
|
void |
remove() |
forEachRemainingCopyright © 2004–2019. All rights reserved.