Class CharsTrie.Entry
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.util.CharsTrie.Entry
-
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.
-