Package com.lowagie.text.pdf.hyphenation
Class TernaryTree.Iterator
java.lang.Object
com.lowagie.text.pdf.hyphenation.TernaryTree.Iterator
- All Implemented Interfaces:
Enumeration
- Enclosing class:
- TernaryTree
-
Constructor Details
-
Iterator
public Iterator()
-
-
Method Details
-
rewind
public void rewind() -
nextElement
- Specified by:
nextElementin interfaceEnumeration
-
getValue
public char getValue() -
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElementsin interfaceEnumeration
-