Serializable
, Map.Entry<K,V>
protected static class LinkedMap.LinkedEntry<K,V> extends Object implements Serializable
Map.Entry
.Modifier and Type | Method | 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() |
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 © 2018. All rights reserved.