org.apache.jcs.engine.memory
Class AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper

java.lang.Object
  extended by org.apache.jcs.engine.memory.AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
All Implemented Interfaces:
java.util.Map.Entry
Enclosing class:
AbstractDoulbeLinkedListMemoryCache

public class AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
extends java.lang.Object
implements java.util.Map.Entry

Author:
Aaron Smuts

Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 java.lang.Object setValue(java.lang.Object value)
          invalid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map.Entry
Overrides:
equals in class java.lang.Object
Parameters:
o -
Returns:
e.equals( o )

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry
Returns:
e.getKey()

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry
Returns:
( (MemoryElementDescriptor) e.getValue() ).ce

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry
Overrides:
hashCode in class java.lang.Object
Returns:
e.hashCode()

setValue

public java.lang.Object setValue(java.lang.Object value)
invalid

Specified by:
setValue in interface java.util.Map.Entry
Parameters:
value -
Returns:
always throws


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.