public class CompositeIntIterator extends IntIterator
Constructor and Description |
---|
CompositeIntIterator(IntIterator[] iters) |
CompositeIntIterator(IntIterator iter1,
IntIterator iter2) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
nextInt() |
void |
remove() |
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLong
isBooleanSupported, nextBoolean
public CompositeIntIterator(IntIterator iter1, IntIterator iter2)
public CompositeIntIterator(IntIterator[] iters)
public int nextInt()
nextInt
in interface LiteralIterator
nextInt
in class IntIterator
IntIterator.nextInt()
public boolean hasNext()
Iterator.hasNext()
public void remove()
Copyright ? 2013 Regents of the University of California