|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.observable.AbstractMapEntryDecorator<K,V>
K - map entry key typeV - map entry value typeabstract class AbstractMapEntryDecorator<K,V>
Abstract map entry decorator.
| Constructor Summary | |
|---|---|
protected |
AbstractMapEntryDecorator(Map.Entry<K,V> entry)
Create a new abstract map entyr that decorates the specified map entry. |
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
K |
getKey()
|
V |
getValue()
|
int |
hashCode()
|
V |
setValue(V value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractMapEntryDecorator(Map.Entry<K,V> entry)
entry - map entry to decorate, must not be null| Method Detail |
|---|
public K getKey()
getKey in interface Map.Entry<K,V>public V getValue()
getValue in interface Map.Entry<K,V>public V setValue(V value)
setValue in interface Map.Entry<K,V>public int hashCode()
hashCode in interface Map.Entry<K,V>hashCode in class Objectpublic boolean equals(Object o)
equals in interface Map.Entry<K,V>equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||