|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.common.TernaryTreeMap.Iterator
public class TernaryTreeMap.Iterator
Inner class Iterator implementation.
Constructor Summary | |
---|---|
TernaryTreeMap.Iterator()
Constructor. |
Method Summary | |
---|---|
char |
getValue()
Returns the value of the current key of the iterator. |
boolean |
hasMoreElements()
|
String |
nextElement()
|
void |
rewind()
Rewinds the iterator to point to its first item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TernaryTreeMap.Iterator()
Method Detail |
---|
public void rewind()
public String nextElement()
nextElement
in interface Enumeration<String>
public char getValue()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |