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