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
  • Field Details

  • Constructor Details

    • Iterator

      public Iterator()
  • Method Details

    • rewind

      public void rewind()
    • nextElement

      public Object nextElement()
      Specified by:
      nextElement in interface Enumeration
    • getValue

      public char getValue()
    • hasMoreElements

      public boolean hasMoreElements()
      Specified by:
      hasMoreElements in interface Enumeration
    • up

      private int up()
      traverse upwards
    • run

      private int run()
      traverse the tree to find next key