Package com.ibm.icu.util
Class CharsTrie.Entry
java.lang.Object
com.ibm.icu.util.CharsTrie.Entry
- Enclosing class:
CharsTrie
Return value type for the Iterator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe string.int
The value associated with the string. -
Method Summary
-
Field Details
-
chars
The string. -
value
public int valueThe value associated with the string.
-