|
Final | |||||||||||
| 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(Object object)
Compares the specified object to this Map.Entry and answer if they are equal. |
Object |
getKey()
Gets the key. |
Object |
getValue()
Gets the value. |
int |
hashCode()
Answers an integer hash code for the receiver. |
Object |
setValue(Object object)
Sets the value. |
| Method Detail |
public boolean equals(Object object)
equals in class Objectobject - the object to compare with this object
hashCode()public Object getKey()
public Object getValue()
public int hashCode()
hashCode in class Objectequals(java.lang.Object)public Object setValue(Object object)
object - the old value
|
Final | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||