@Authors(value="Nikolche Mihajlovski") @Since(value="5.2.0") public class AbstractIteratorDecorator<E> extends AbstractDecorator<Iterator<E>> implements Iterator<E>
decorated| Constructor and Description |
|---|
AbstractIteratorDecorator(Iterator<E> decorated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
decorated, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEachRemainingCopyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.