Class TernaryTree.Iterator
java.lang.Object
com.itextpdf.text.pdf.hyphenation.TernaryTree.Iterator
- All Implemented Interfaces:
Enumeration<String>
- Enclosing class:
TernaryTree
- Author:
- cav@uniscope.co.jp
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
rewind
public void rewind() -
nextElement
- Specified by:
nextElementin interfaceEnumeration<String>
-
getValue
public char getValue() -
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration<String>
-