public abstract static class WrapperCollections.AbstractWrapperEntry<K,V> extends Object implements Map.Entry<K,V>, Serializable
Modifier | Constructor | Description |
---|---|---|
protected |
AbstractWrapperEntry(Map.Entry<K,V> entry) |
Create an AbstractWrapperEntry which delegates to the specified Entry.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
protected Map.Entry<K,V> |
getDelegate() |
Return the Map to which all operations should be delegated to.
|
K |
getKey() |
|
V |
getValue() |
|
int |
hashCode() |
|
V |
setValue(V oValue) |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue