Uses of Interface
com.ibm.icu.impl.Trie.DataManipulate
Packages that use Trie.DataManipulate
-
Uses of Trie.DataManipulate in com.ibm.icu.impl
Classes in com.ibm.icu.impl that implement Trie.DataManipulateModifier and TypeClassDescriptionprivate static class
private static class
Fields in com.ibm.icu.impl declared as Trie.DataManipulateModifier and TypeFieldDescriptionprotected Trie.DataManipulate
Trie.m_dataManipulate_
Internal TrieValue which handles the parsing of the data value.Methods in com.ibm.icu.impl with parameters of type Trie.DataManipulateModifier and TypeMethodDescriptionIntTrieBuilder.serialize
(TrieBuilder.DataManipulate datamanipulate, Trie.DataManipulate triedatamanipulate) Serializes the build table with 32 bit dataConstructors in com.ibm.icu.impl with parameters of type Trie.DataManipulateModifierConstructorDescriptionCharTrie
(int initialValue, int leadUnitValue, Trie.DataManipulate dataManipulate) Make a dummy CharTrie.CharTrie
(ByteBuffer bytes, Trie.DataManipulate dataManipulate) Creates a new Trie with the settings for the trie data.(package private)
IntTrie
(char[] index, int[] data, int initialvalue, int options, Trie.DataManipulate datamanipulate) Internal constructor for builder useIntTrie
(int initialValue, int leadUnitValue, Trie.DataManipulate dataManipulate) Make a dummy IntTrie.IntTrie
(ByteBuffer bytes, Trie.DataManipulate dataManipulate) Creates a new Trie with the settings for the trie data.protected
Trie
(char[] index, int options, Trie.DataManipulate dataManipulate) Trie constructorprotected
Trie
(ByteBuffer bytes, Trie.DataManipulate dataManipulate) Trie constructor for CharTrie use.