|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Map.Entry<K,V>
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. |
K |
getKey()
Gets the key. |
V |
getValue()
Gets the value. |
int |
hashCode()
Returns an integer hash code for the receiver. |
V |
setValue(V object)
Sets the value. |
| Method Detail |
|---|
boolean equals(Object object)
equals in class Objectobject - the object to compare with this object
hashCode()K getKey()
V getValue()
int hashCode()
hashCode in class Objectequals(java.lang.Object)V setValue(V object)
object - the new value
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||