|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface representing entries in a map.
| Method Summary | |
boolean |
equals(java.lang.Object o)
Returns true if the specified object equals this map entry. |
java.lang.Object |
getKey()
Returns the key portion of the map entry. |
java.lang.Object |
getValue()
Returns the value portion of the map entry. |
int |
hashCode()
Returns a hash code for this map entry. |
java.lang.Object |
setValue(java.lang.Object value)
Sets the value portion of the entry to the specified value (optional operation). |
| Method Detail |
public java.lang.Object getKey()
public java.lang.Object getValue()
public java.lang.Object setValue(java.lang.Object value)
value - the new value for this map entry.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the object to be compared to
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||