Package net.sf.mmm.util.text.base

Provides the base-implementation of text-util API.

See:
          Description

Class Summary
AbstractHyphenator This is the abstract base implementation of the Hyphenator interface.
AbstractHyphenatorBuilder This is the abstract base-implementation of the HyphenatorBuilder interface.
AbstractLineWrapper This is the abstract base-implementation of the LineWrapper interface.
AbstractStringHasher This is the abstract base implementation of the StringHasher interface.
AbstractTextTransformer This is the abstract base implementation of a Transformer for strings.
DefaultLineWrapper This is the default implementation of the LineWrapper interface.
DefaultLineWrapper.AutoAdjustInfo  
DefaultLineWrapper.CellBuffer This inner class represents the buffer used for the text of a text-cell (a line of content inside a column).
DefaultLineWrapper.ColumnState This class represents the state of a text-column.
DefaultLineWrapper.TextSegment This class represents a segment of some text.
EnglishSingularizer This is the implementation of the Singularizer interface for English language.
FastStringHasher This is a fast implementation of StringHasher.
HyphenationImpl This is the implementation of the Hyphenation interface.
HyphenationPattern A HyphenationPattern is a pattern that acts as rule for a hyphenation algorithm.
HyphenationPatternPosition A HyphenationPatternPosition represents a ranked position of a potential hyphenation of a HyphenationPattern.
HyphenationState This class represents the current state of the hyphenation of a specific word.
HyphenatorBuilderImpl The implementation of the HyphenatorBuilder interface.
HyphenatorImpl This is the implementation of the Hyphenator interface.
JustificationBuilderImpl This is the implementation of the JustificationBuilder.
JustificationImpl This is the implementation of a Justification.
SimpleStringHasher This is a simple, inefficient implementation of StringHasher that is compatible to String.hashCode().
SuffixTransformerRule This is a simple implementation of the TransformerRule.
TransformerRule This is the abstract base class for a rule used to replace a given string.
UnicodeUtilImpl This is the implementation of the UnicodeUtil interface.
 

Enum Summary
DefaultLineWrapper.TextSegmentType This enum contains the possbile types of a DefaultLineWrapper.TextSegment.
 

Package net.sf.mmm.util.text.base Description

Provides the base-implementation of text-util API.

Text-Util Base

Provides base-implementation of the Text-Util API.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.