public class UniqueRowIterator extends IntIterator
Constructor and Description |
---|
UniqueRowIterator(IntIterator iter)
Create a new UniqueRowIterator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
nextInt() |
void |
remove()
Not supported.
|
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLong
isBooleanSupported, nextBoolean
public UniqueRowIterator(IntIterator iter)
iter
- a source iterator over table rowspublic boolean hasNext()
Iterator.hasNext()
public int nextInt()
nextInt
in interface LiteralIterator
nextInt
in class IntIterator
LiteralIterator.nextInt()
public void remove()
Iterator.remove()
Copyright ? 2013 Regents of the University of California