Package | Description |
---|---|
net.sf.mmm.util.text.base |
Provides the base-implementation of text-util API.
|
Modifier and Type | Field and Description |
---|---|
private HyphenationPattern[] |
HyphenatorImpl.patterns
The
patterns . |
Modifier and Type | Method and Description |
---|---|
private static HyphenationPattern[] |
HyphenatorImpl.sortPatterns(HyphenationPattern[] patternArray)
|
Modifier and Type | Method and Description |
---|---|
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)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.