ewe.util
Interface Map.MapEntry

Enclosing interface:
Map

public static interface Map.MapEntry


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

Method Detail

setValue

public Object setValue(Object value)

getValue

public Object getValue()

getKey

public Object getKey()

equals

public boolean equals(Object other)
Overrides:
equals in class Object
Parameters:
other - Another object to compare to.
Returns:
true if this object is considered equal to the other object.

hashCode

public int hashCode()
Overrides:
hashCode in class Object