|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.webmancer.util.immutable.ImmutableMapEntry<K,V>
K
- V
- public final class ImmutableMapEntry<K,V>
Constructor Summary | |
---|---|
ImmutableMapEntry(java.util.Map.Entry<? extends K,? extends V> mapEntry)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.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 |
---|
public ImmutableMapEntry(java.util.Map.Entry<? extends K,? extends V> mapEntry)
mapEntry
- Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map.Entry<K,V>
equals
in class java.lang.Object
Map.Entry.equals(java.lang.Object)
public K getKey()
getKey
in interface java.util.Map.Entry<K,V>
Map.Entry.getKey()
public V getValue()
getValue
in interface java.util.Map.Entry<K,V>
Map.Entry.getValue()
public int hashCode()
hashCode
in interface java.util.Map.Entry<K,V>
hashCode
in class java.lang.Object
Map.Entry.hashCode()
public V setValue(V value)
setValue
in interface java.util.Map.Entry<K,V>
java.util.Map.Entry#setValue(V)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |