org.apache.jcs.engine.memory.lru
Class LRUMemoryCache.MapEntryWrapper
java.lang.Object
org.apache.jcs.engine.memory.lru.LRUMemoryCache.MapEntryWrapper
- All Implemented Interfaces:
- java.util.Map.Entry
- Enclosing class:
- LRUMemoryCache
- public class LRUMemoryCache.MapEntryWrapper
- extends java.lang.Object
- implements java.util.Map.Entry
Field Summary |
private java.util.Map.Entry |
e
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
e
private final java.util.Map.Entry e
LRUMemoryCache.MapEntryWrapper
private LRUMemoryCache.MapEntryWrapper(java.util.Map.Entry e)
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in interface java.util.Map.Entry
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface java.util.Map.Entry
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interface java.util.Map.Entry
hashCode
public int hashCode()
- Specified by:
hashCode
in interface java.util.Map.Entry
setValue
public java.lang.Object setValue(java.lang.Object value)
- Specified by:
setValue
in interface java.util.Map.Entry