Package | Description |
---|---|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Class and Description |
---|---|
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() . |
Modifier and Type | Field and Description |
---|---|
private StringHasher |
HyphenatorImpl.hasher |
private StringHasher |
HyphenationState.hasher
The
StringHasher to use. |
private StringHasher |
HyphenatorBuilderImpl.stringHasher |
Modifier and Type | Method and Description |
---|---|
protected StringHasher |
HyphenatorBuilderImpl.getStringHasher() |
Modifier and Type | Method and Description |
---|---|
void |
HyphenatorBuilderImpl.setStringHasher(StringHasher stringHasher) |
Constructor and Description |
---|
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–2016 mmm-Team. All rights reserved.