public static final class RepeatableIterator.Smart<T> extends Object implements RepeatableIterator<T>
RepeatableIterator.Closeable<T>, RepeatableIterator.Smart<T>| Modifier and Type | Method and Description |
|---|---|
T |
current() |
boolean |
hasCurrent() |
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic boolean hasCurrent()
hasCurrent in interface RepeatableIterator<T>public T current()
current in interface RepeatableIterator<T>Copyright © 2017. All rights reserved.