public interface PatternConsumer
Modifier and Type | Method and Description |
---|---|
void |
addClass(String chargroup)
Add a character class.
|
void |
addException(String word,
ArrayList<Object> hyphenatedword)
Add a hyphenation exception.
|
void |
addPattern(String pattern,
String values)
Add hyphenation patterns.
|
void addClass(String chargroup)
chargroup
- character groupvoid addException(String word, ArrayList<Object> hyphenatedword)
Hyphen
instancesCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.