Class MemoryHistory.EntryImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int index  
      private java.lang.CharSequence value  
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryImpl​(int index, java.lang.CharSequence value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int index()  
      java.lang.String toString()  
      java.lang.CharSequence value()  
      • Methods inherited from class java.lang.Object

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

      • index

        private final int index
      • value

        private final java.lang.CharSequence value
    • Constructor Detail

      • EntryImpl

        public EntryImpl​(int index,
                         java.lang.CharSequence value)
    • Method Detail

      • value

        public java.lang.CharSequence value()
        Specified by:
        value in interface History.Entry
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object