Module com.github.librepdf.openpdf
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
public class TernaryTree.Iterator extends Object implements Enumeration
-
-
Constructor Summary
Constructors Constructor Description Iterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description char
getValue()
boolean
hasMoreElements()
Object
nextElement()
void
rewind()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Enumeration
asIterator
-
-
-
-
Method Detail
-
rewind
public void rewind()
-
nextElement
public Object nextElement()
- Specified by:
nextElement
in interfaceEnumeration
-
getValue
public char getValue()
-
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interfaceEnumeration
-
-