Modifier and Type | Class and Description |
---|---|
static class |
JoinIterator.Builder<E>
Builder for the iterator.
|
Modifier and Type | Method and Description |
---|---|
static <E> JoinIterator.Builder<E> |
builder() |
boolean |
hasNext() |
E |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public static <E> JoinIterator.Builder<E> builder()
E
- the type of elements returned by the iteratorCopyright © 2014–2016. All rights reserved.