java.util
Interface Map.Entry

Enclosing interface:
Map

public static interface Map.Entry


Method Summary
 boolean equals(Object)
           
 Object getKey()
           
 Object getValue()
           
 int hashCode()
           
 Object setValue(Object)
           
 

Method Detail

getKey

public Object getKey()

getValue

public Object getValue()

setValue

public Object setValue(Object)

equals

public boolean equals(Object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object