protected static class LinkedMap.LinkedEntry<K,V> extends Object implements Serializable
Map.Entry
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pOther) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
protected void |
recordAccess(Map<K,V> pMap)
If the entry is part of an access ordered list, moves the entry to
the end of the list.
|
protected void |
recordRemoval(Map<K,V> pMap)
Removes this entry from the linked list.
|
V |
setValue(V pValue) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected void recordAccess(Map<K,V> pMap)
pMap
- the map to record access forprotected void recordRemoval(Map<K,V> pMap)
pMap
- the map to record removal frompublic boolean equals(Object pOther)
public int hashCode()
Copyright © 2017. All rights reserved.