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