org.zkoss.zel.impl.util
Class CacheMap.Value<V>

java.lang.Object
  extended by org.zkoss.zel.impl.util.CacheMap.Value<V>
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
CacheMap<K,V>

protected static final class CacheMap.Value<V>
extends Object
implements Serializable, Cloneable

The class to hold key/value.

See Also:
Serialized Form

Method Summary
 Object clone()
           
 long getAccessTime()
          Returns the last access time.
 V getValue()
          Returns the value.
 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 Object clone()
Overrides:
clone in class Object

toString

public final String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.