| Constructor and Description |
|---|
CombinedIterator(Iterator<? extends ELEMENTTYPE> aIter1,
Iterator<? extends ELEMENTTYPE> aIter2) |
public 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–2015 Philip Helger. All rights reserved.