Package-level declarations
Types
Link copied to clipboard
class ByteVector
This class implements a simple byte vector with access to the underlying array.
Link copied to clipboard
class CharVector
This class implements a simple char vector with access to the underlying array.
Link copied to clipboard
This class represents a hyphenated word.
Link copied to clipboard
This tree structure stores the hyphenation patterns in an efficient way for fast lookup. It provides the provides the method to hyphenate a word.
Link copied to clipboard
interface PatternConsumer
This interface is used to connect the XML pattern file parser to the hyphenation tree.
Link copied to clipboard
class PatternParser
A SAX document handler to read and parse hyphenation patterns from a XML file.
Link copied to clipboard
Ternary search tree.