public interface RepeatableIterator<T> extends Iterator<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RepeatableIterator.Closeable<T> |
static class |
RepeatableIterator.Smart<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
current() |
boolean |
hasCurrent() |
forEachRemaining, hasNext, next, removeboolean hasCurrent()
T current()
Copyright © 2017. All rights reserved.