Package com.ibm.icu.impl
Class Trie2.CharSequenceValues
java.lang.Object
com.ibm.icu.impl.Trie2.CharSequenceValues
- Enclosing class:
- Trie2
Struct-like class for holding the results returned by a UTrie2 CharSequence iterator.
The iteration walks over a CharSequence, and for each Unicode code point therein
returns the character and its associated Trie2 value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public int indexstring index of the current code point. -
codePoint
public int codePointThe code point at index. -
value
public int valueThe Trie2 value for the current code point
-
-
Constructor Details
-
CharSequenceValues
public CharSequenceValues()
-