Enumeration<String>public class TernaryTree.Iterator extends Object implements Enumeration<String>
| Constructor | Description |
|---|---|
Iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
char |
getValue() |
|
boolean |
hasMoreElements() |
|
String |
nextElement() |
|
void |
rewind() |
asIteratorpublic void rewind()
public String nextElement()
nextElement in interface Enumeration<String>public char getValue()
public boolean hasMoreElements()
hasMoreElements in interface Enumeration<String>Copyright © 2018. All rights reserved.