Uses of Class
com.ibm.icu.util.BytesTrie.Iterator
-
Packages that use BytesTrie.Iterator Package Description com.ibm.icu.util International calendars and other utility classes. -
-
Uses of BytesTrie.Iterator in com.ibm.icu.util
Methods in com.ibm.icu.util that return BytesTrie.Iterator Modifier and Type Method Description BytesTrie.IteratorBytesTrie. iterator()Iterates from the current state of this trie.static BytesTrie.IteratorBytesTrie. iterator(byte[] trieBytes, int offset, int maxStringLength)Iterates from the root of a byte-serialized BytesTrie.BytesTrie.IteratorBytesTrie. iterator(int maxStringLength)Iterates from the current state of this trie.BytesTrie.IteratorBytesTrie.Iterator. reset()Resets this iterator to its initial state.
-