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 group
void addException(String word, ArrayList<Object> hyphenatedword)
Hyphen
instances
Copyright © 2016. All rights reserved.