Class CharsTrie.Entry

  • Enclosing class:
    CharsTrie

    public static final class CharsTrie.Entry
    extends Object
    Return value type for the Iterator.
    Status:
    Stable ICU 4.8.
    • Field Detail

      • chars

        public CharSequence chars
        The string.
        Status:
        Stable ICU 4.8.
      • value

        public int value
        The value associated with the string.
        Status:
        Stable ICU 4.8.