Class CacheMap.Value<V>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable
    Enclosing class:
    CacheMap<K,​V>

    protected static final class CacheMap.Value<V>
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    The class to hold key/value.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      long getAccessTime()
      Returns the last access time.
      V getValue()
      Returns the value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getValue

        public final V getValue()
        Returns the value.
      • getAccessTime

        public final long getAccessTime()
        Returns the last access time.
      • clone

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

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