Uses of Class
com.ibm.icu.util.BytesTrie
-
Packages that use BytesTrie Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of BytesTrie in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrie Modifier and Type Method Description BytesTrieBytesTrieBuilder. build(StringTrieBuilder.Option buildOption)Builds a BytesTrie for the add()ed data.BytesTrieBytesTrie. clone()Clones this trie reader object and its state, but not the byte array which will be shared.BytesTrieBytesTrie. reset()Resets this trie to its initial state.BytesTrieBytesTrie. resetToState(BytesTrie.State state)Resets this trie to the saved state.BytesTrieBytesTrie. resetToState64(long state)Resets this trie to the saved state.BytesTrieBytesTrie. saveState(BytesTrie.State state)Saves the state of this trie.Constructors in com.ibm.icu.util with parameters of type BytesTrie Constructor Description BytesTrie(BytesTrie other)Copy constructor.
-