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