public class TupleManager.TupleManagerIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
TupleManager.TupleManagerIterator(TupleManager tuples,
IntIterator rows)
Create a new TupleManagerIterator.
|
public TupleManager.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()