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

java.lang.Object
  extended by org.zkoss.util.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
 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


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo