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 © 1998–2019. All rights reserved.