public class TernaryTree.Iterator extends Object implements Enumeration
Constructor and Description |
---|
Iterator()
default constructor
|
Modifier and Type | Method and Description |
---|---|
char |
getValue() |
boolean |
hasMoreElements() |
Object |
nextElement() |
void |
rewind()
rewind iterator
|
public void rewind()
public Object nextElement()
nextElement
in interface Enumeration
public char getValue()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
Copyright © 2025 Apache Software Foundation. All rights reserved.