Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
BytesTrie.Iterator |
BytesTrie.iterator()
Iterates from the current state of this trie.
|
static BytesTrie.Iterator |
BytesTrie.iterator(byte[] trieBytes,
int offset,
int maxStringLength)
Iterates from the root of a byte-serialized BytesTrie.
|
BytesTrie.Iterator |
BytesTrie.iterator(int maxStringLength)
Iterates from the current state of this trie.
|
BytesTrie.Iterator |
BytesTrie.Iterator.reset()
Resets this iterator to its initial state.
|
Copyright © 2016 Unicode, Inc. and others.