public class FilterRowIterator extends IntIterator
| Constructor and Description |
|---|
FilterRowIterator(IntIterator rows,
Table t,
Predicate p)
Create a new FilterRowIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
nextInt() |
void |
remove()
Not supported.
|
isDoubleSupported, isFloatSupported, isIntSupported, isLongSupported, next, nextDouble, nextFloat, nextLongisBooleanSupported, nextBooleanpublic FilterRowIterator(IntIterator rows, Table t, Predicate p)
rows - an iterator over table rowst - the table whose rows are being iterated overp - the filter predicate to usepublic int nextInt()
nextInt in interface LiteralIteratornextInt in class IntIteratorLiteralIterator.nextInt()public boolean hasNext()
Iterator.hasNext()public void remove()
Iterator.remove()