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, nextLongisBooleanSupported, nextBooleanpublic UniqueRowIterator(IntIterator iter)
iter - a source iterator over table rowspublic boolean hasNext()
Iterator.hasNext()public int nextInt()
nextInt in interface LiteralIteratornextInt in class IntIteratorLiteralIterator.nextInt()public void remove()
Iterator.remove()