org.apache.jcs.engine.memory
Class AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
java.lang.Object
org.apache.jcs.engine.memory.AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
- All Implemented Interfaces:
- Map.Entry
- Enclosing class:
- AbstractDoulbeLinkedListMemoryCache
public class AbstractDoulbeLinkedListMemoryCache.MapEntryWrapper
- extends Object
- implements Map.Entry
- Author:
- Aaron Smuts
equals
public boolean equals(Object o)
- Specified by:
equals
in interface Map.Entry
- Overrides:
equals
in class Object
- Parameters:
o
-
- Returns:
- e.equals( o )
getKey
public Object getKey()
- Specified by:
getKey
in interface Map.Entry
- Returns:
- e.getKey()
getValue
public Object getValue()
- Specified by:
getValue
in interface Map.Entry
- Returns:
- ( (MemoryElementDescriptor) e.getValue() ).ce
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map.Entry
- Overrides:
hashCode
in class Object
- Returns:
- e.hashCode()
setValue
public Object setValue(Object value)
- invalid
- Specified by:
setValue
in interface Map.Entry
- Parameters:
value
-
- Returns:
- always throws
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.