public static class AbstractDoubleLinkedListMemoryCache.MapEntryWrapper<K extends Serializable,V extends Serializable> extends Object implements Map.Entry<K,ICacheElement<K,V>>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
K |
getKey() |
ICacheElement<K,V> |
getValue() |
int |
hashCode() |
ICacheElement<K,V> |
setValue(ICacheElement<K,V> value)
invalid
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean equals(Object o)
equals
in interface Map.Entry<K extends Serializable,ICacheElement<K extends Serializable,V extends Serializable>>
equals
in class Object
o
- public K getKey()
getKey
in interface Map.Entry<K extends Serializable,ICacheElement<K extends Serializable,V extends Serializable>>
public ICacheElement<K,V> getValue()
getValue
in interface Map.Entry<K extends Serializable,ICacheElement<K extends Serializable,V extends Serializable>>
public int hashCode()
hashCode
in interface Map.Entry<K extends Serializable,ICacheElement<K extends Serializable,V extends Serializable>>
hashCode
in class Object
public ICacheElement<K,V> setValue(ICacheElement<K,V> value)
setValue
in interface Map.Entry<K extends Serializable,ICacheElement<K extends Serializable,V extends Serializable>>
value
- Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.