|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectprefuse.data.tuple.TupleManager.TupleManagerIterator
public class TupleManager.TupleManagerIterator
Iterator instance for iterating over tuples managed in a TupleManager.
| Constructor Summary | |
|---|---|
TupleManager.TupleManagerIterator(TupleManager tuples,
IntIterator rows)
Create a new TupleManagerIterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TupleManager.TupleManagerIterator(TupleManager tuples,
IntIterator rows)
tuples - the TupleManager from which to get the tuplesrows - the rows to iterate over| Method Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||