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.Iterator
Iterator.hasNext()
public java.lang.Object next()
next
in interface java.util.Iterator
Iterator.next()
public void remove()
remove
in interface java.util.Iterator
Iterator.remove()
Copyright ? 2013 Regents of the University of California