org.zkoss.util
Class CacheMap.Value

java.lang.Object
  extended by org.zkoss.util.CacheMap.Value
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing class:
CacheMap

protected static final class CacheMap.Value
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.
 java.lang.Object 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 java.lang.Object 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-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo