| Constructor and Description |
|---|
CombinedIterator(Iterator<? extends ELEMENTTYPE> aIter1,
Iterator<? extends ELEMENTTYPE> aIter2) |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
create(Iterator<ELEMENTTYPE> aIter1,
Iterator<ELEMENTTYPE> aIter2) |
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic CombinedIterator(@Nullable Iterator<? extends ELEMENTTYPE> aIter1, @Nullable Iterator<? extends ELEMENTTYPE> aIter2)
public boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>@Nullable public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>public void remove()
remove in interface Iterator<ELEMENTTYPE>Copyright © 2014–2016 Philip Helger. All rights reserved.