class MapEntry<K,V> extends Object implements Map.Entry<K,V>
MapEntry(K key, V value)
boolean
equals(Object obj)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public MapEntry(K key, V value)
public boolean equals(Object obj)
equals
Map.Entry<K,V>
Object
public K getKey()
getKey
public V getValue()
getValue
public int hashCode()
hashCode
public V setValue(V value)
setValue
Copyright © 2012 Aarhus University