public class TernaryTree.Iterator extends Object implements Enumeration
| Constructor and Description |
|---|
Iterator() |
| Modifier and Type | Method and Description |
|---|---|
char |
getValue() |
boolean |
hasMoreElements() |
Object |
nextElement() |
void |
rewind() |
public void rewind()
public Object nextElement()
nextElement in interface Enumerationpublic char getValue()
public boolean hasMoreElements()
hasMoreElements in interface EnumerationCopyright © 2019. All rights reserved.