org.apache.fop.layout.hyphenation
Class TernaryTree.Iterator


public class TernaryTree.Iterator
implements Enumeration


Field Summary
 (package private) intcur
          current node index
 (package private) Stringcurkey
          current key
 (package private) StringBufferks
          key stack implemented with a StringBuffer
 (package private) Stackns
          Node stack

Constructor Summary
TernaryTree.Iterator()
           

Method Summary
 chargetValue()
           
 booleanhasMoreElements()
           
 ObjectnextElement()
           
 voidrewind()
           

Field Detail

cur

int cur
current node index

curkey

String curkey
current key

ks

StringBuffer ks
key stack implemented with a StringBuffer

ns

Stack ns
Node stack
Constructor Detail

TernaryTree.Iterator

public TernaryTree.Iterator()
Method Detail

getValue

public char getValue()

hasMoreElements

public boolean hasMoreElements()

nextElement

public Object nextElement()

rewind

public void rewind()

Association Links

to Class java.lang.String

current key

to Class java.util.Stack

Node stack

to Class java.lang.StringBuffer

key stack implemented with a StringBuffer