Uses of Class
com.ibm.icu.util.BytesTrie
Packages that use BytesTrie
-
Uses of BytesTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrieModifier and TypeMethodDescriptionBytesTrieBuilder.build
(StringTrieBuilder.Option buildOption) Builds a BytesTrie for the add()ed data.BytesTrie.clone()
Clones this trie reader object and its state, but not the byte array which will be shared.BytesTrie.reset()
Resets this trie to its initial state.BytesTrie.resetToState
(BytesTrie.State state) Resets this trie to the saved state.BytesTrie.resetToState64
(long state) Resets this trie to the saved state.BytesTrie.saveState
(BytesTrie.State state) Saves the state of this trie.Constructors in com.ibm.icu.util with parameters of type BytesTrie