Class TernaryTree.Iterator

java.lang.Object
org.apache.lucene.analysis.compound.hyphenation.TernaryTree.Iterator
All Implemented Interfaces:
Enumeration<String>
Enclosing class:
TernaryTree

public class TernaryTree.Iterator extends Object implements Enumeration<String>
Enumeration over TST keys
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
  • Constructor Details

    • Iterator

      public Iterator()
  • Method Details