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