org.apache.fop.hyphenation

Class TernaryTree.Iterator

Enclosing Class:
TernaryTree
Implemented Interfaces:
Enumeration

public class TernaryTree.Iterator
extends java.lang.Object
implements Enumeration

Constructor Summary

Iterator()

Method Summary

char
getValue()
boolean
hasMoreElements()
Object
nextElement()
void
rewind()

Constructor Details

Iterator

public Iterator()

Method Details

getValue

public char getValue()

hasMoreElements

public boolean hasMoreElements()

nextElement

public Object nextElement()

rewind

public void rewind()

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.