Uses of Class
com.ibm.icu.util.BytesTrie.State
-
Packages that use BytesTrie.State Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of BytesTrie.State in com.ibm.icu.util
Methods in com.ibm.icu.util with parameters of type BytesTrie.State Modifier and Type Method Description BytesTrie
BytesTrie. resetToState(BytesTrie.State state)
Resets this trie to the saved state.BytesTrie
BytesTrie. saveState(BytesTrie.State state)
Saves the state of this trie.
-