java.util

Interface Map.Entry<K,V>

public static interface Map.Entry<K,V>

Method Summary
booleanequals(Object o)
KgetKey()
VgetValue()
inthashCode()
VsetValue(V value)

Method Detail

equals

public boolean equals(Object o)

getKey

public K getKey()

getValue

public V getValue()

hashCode

public int hashCode()

setValue

public V setValue(V value)