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, nextLong
isBooleanSupported, nextBoolean
public FilterRowIterator(IntIterator rows, Table t, Predicate p)
rows
- an iterator over table rowst
- the whos rows are being iterated overp
- the filter predicate to usepublic int nextInt()
nextInt
in interface LiteralIterator
nextInt
in class IntIterator
LiteralIterator.nextInt()
public boolean hasNext()
Iterator.hasNext()
public void remove()
Iterator.remove()
Copyright ? 2013 Regents of the University of California