|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectTableIndex.Iterator
public class TableIndex.Iterator
A class for stepping through the instantiations of an index.
Constructor Summary | |
---|---|
TableIndex.Iterator()
creates an iterator. |
Method Summary | |
---|---|
int[] |
current()
returns the current instantiation. |
boolean |
hasNext()
returns true if some index values still remain to be visited. |
int |
next()
returns the next linear index. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableIndex.Iterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface IntIterator
public int next()
next
in interface IntIterator
public int[] current()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |