Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
CharsTrie |
CharsTrieBuilder.build(StringTrieBuilder.Option buildOption)
Builds a CharsTrie for the add()ed data.
|
CharsTrie |
CharsTrie.clone()
Clones this trie reader object and its state,
but not the char array which will be shared.
|
CharsTrie |
CharsTrie.reset()
Resets this trie to its initial state.
|
CharsTrie |
CharsTrie.resetToState(CharsTrie.State state)
Resets this trie to the saved state.
|
CharsTrie |
CharsTrie.resetToState64(long state)
Resets this trie to the saved state.
|
CharsTrie |
CharsTrie.saveState(CharsTrie.State state)
Saves the state of this trie.
|
Constructor and Description |
---|
CharsTrie(CharsTrie other)
Copy constructor.
|
Copyright © 2016 Unicode, Inc. and others.