Constructor and Description |
---|
SequentialIterator(Iterator<T> first,
Iterator<T> second) |
Modifier and Type | Method and Description |
---|---|
static <T> SequentialIterator<T> |
create(Iterator<T> first,
Iterator<T> second) |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public static <T> SequentialIterator<T> create(Iterator<T> first, Iterator<T> second)
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.