Class CharsTrie.Entry

  • Enclosing class:
    CharsTrie

    public static final class CharsTrie.Entry
    extends java.lang.Object
    Return value type for the Iterator.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.CharSequence chars
      The string.
      int value
      The value associated with the string.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • chars

        public java.lang.CharSequence chars
        The string.
      • value

        public int value
        The value associated with the string.