Uses of Class
net.sf.mmm.util.text.base.HyphenationPattern

Packages that use HyphenationPattern
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
 

Uses of HyphenationPattern in net.sf.mmm.util.text.base
 

Fields in net.sf.mmm.util.text.base declared as HyphenationPattern
private  HyphenationPattern[] HyphenatorImpl.patterns
          The patterns.
 

Methods in net.sf.mmm.util.text.base that return HyphenationPattern
private static HyphenationPattern[] HyphenatorImpl.sortPatterns(HyphenationPattern[] patternArray)
          This method sorts the given patterns according to the length of their word-part.
 

Methods in net.sf.mmm.util.text.base with parameters of type HyphenationPattern
 void HyphenationState.apply(HyphenationPattern pattern)
          This is the heart of the hyphenation algorithm.
private  void HyphenationState.apply(HyphenationPattern pattern, int pos)
          This method applies the pattern matching at the given offset.
private static HyphenationPattern[] HyphenatorImpl.sortPatterns(HyphenationPattern[] patternArray)
          This method sorts the given patterns according to the length of their word-part.
 



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