T - Type of items@Loggable(value=1) public final class ReIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
ReIterator(Iterator<T> iterator)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS) public boolean hasNext()
@RetryOnFailure(verbose=false, delay=5L, unit=SECONDS, ignore=java.util.NoSuchElementException.class) public T next()
Copyright © 2012–2018 jcabi.com. All rights reserved.