com.itextpdf.text.pdf.hyphenation
Class TernaryTree.Iterator

java.lang.Object
  extended by com.itextpdf.text.pdf.hyphenation.TernaryTree.Iterator
All Implemented Interfaces:
java.util.Enumeration<java.lang.String>
Enclosing class:
TernaryTree

public class TernaryTree.Iterator
extends java.lang.Object
implements java.util.Enumeration<java.lang.String>


Constructor Summary
TernaryTree.Iterator()
           
 
Method Summary
 char getValue()
           
 boolean hasMoreElements()
           
 java.lang.String nextElement()
           
 void rewind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TernaryTree.Iterator

public TernaryTree.Iterator()
Method Detail

rewind

public void rewind()

nextElement

public java.lang.String nextElement()
Specified by:
nextElement in interface java.util.Enumeration<java.lang.String>

getValue

public char getValue()

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration<java.lang.String>


Copyright © 2013. All Rights Reserved.