Uses of Interface
net.sf.mmm.util.text.api.StringHasher

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

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

Classes in net.sf.mmm.util.text.base that implement StringHasher
 class AbstractStringHasher
          This is the abstract base implementation of the StringHasher interface.
 class FastStringHasher
          This is a fast implementation of StringHasher.
 class SimpleStringHasher
          This is a simple, inefficient implementation of StringHasher that is compatible to String.hashCode().
 

Fields in net.sf.mmm.util.text.base declared as StringHasher
private  StringHasher HyphenationState.hasher
          The StringHasher to use.
private  StringHasher HyphenatorImpl.hasher
           
private  StringHasher HyphenatorBuilderImpl.stringHasher
           
 

Methods in net.sf.mmm.util.text.base that return StringHasher
protected  StringHasher HyphenatorBuilderImpl.getStringHasher()
           
 

Methods in net.sf.mmm.util.text.base with parameters of type StringHasher
 void HyphenatorBuilderImpl.setStringHasher(StringHasher stringHasher)
           
 

Constructors in net.sf.mmm.util.text.base with parameters of type StringHasher
HyphenationPattern(String pattern, StringHasher hasher)
          The constructor.
HyphenationState(String word, String normalizedWord, char hyphen, int maxPatternLength, int offset, StringHasher hasher, StringUtil stringUtil)
          The constructor.
HyphenatorImpl(Locale locale, char hyphen, List<String> patternList, List<String> exceptionList, StringHasher hasher, StringUtil stringUtil)
          The constructor.
 



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