public class TupleManager.TupleManagerIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
TupleManagerIterator(TupleManager tuples,
IntIterator rows)
Create a new TupleManagerIterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public TupleManagerIterator(TupleManager tuples, IntIterator rows)
tuples - the TupleManager from which to get the tuplesrows - the rows to iterate overpublic boolean hasNext()
hasNext in interface java.util.IteratorIterator.hasNext()public java.lang.Object next()
next in interface java.util.IteratorIterator.next()public void remove()
remove in interface java.util.IteratorIterator.remove()