|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Map.Entry is a key/value mapping which is contained in a Map.
Method Summary | |
boolean |
equals(java.lang.Object object)
Compares the specified object to this Map.Entry and answer if they are equal. |
java.lang.Object |
getKey()
Gets the key. |
java.lang.Object |
getValue()
Gets the value. |
int |
hashCode()
Answers an integer hash code for the receiver. |
java.lang.Object |
setValue(java.lang.Object object)
Sets the value. |
Method Detail |
public boolean equals(java.lang.Object object)
object
- the object to compare with this object
hashCode()
public java.lang.Object getKey()
public java.lang.Object getValue()
public int hashCode()
equals(java.lang.Object)
public java.lang.Object setValue(java.lang.Object object)
object
- the new value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |