| Constructor and Description |
|---|
IterableIterator(Iterable<E> iterable) |
IterableIterator(Iterator<E> it) |
IterableIterator(Stream<E> stream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<E> |
iterator() |
E |
next() |
void |
remove() |
Spliterator<E> |
spliterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic Spliterator<E> spliterator()
spliterator in interface Iterable<E>