|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shiftone.exq.impl.util.MapEntry
Class MapEntry
Constructor Summary | |
MapEntry(java.lang.Object key,
java.lang.Object value)
Constructor MapEntry |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares the specified object with this entry for equality. |
java.lang.Object |
getKey()
Returns the key corresponding to this entry. |
java.lang.Object |
getValue()
Returns the value corresponding to this entry. |
int |
hashCode()
Returns the hash code value for this map entry. |
java.lang.Object |
setValue(java.lang.Object value)
Method setValue |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapEntry(java.lang.Object key, java.lang.Object value)
key
- value
- Method Detail |
public boolean equals(java.lang.Object o)
equals
in interface java.util.Map.Entry
o
- public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public int hashCode()
hashCode
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
value
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |