public class Entry<K,V> extends Object implements Map.Entry<K,V>
Entry(K key, V value)
K
getKey()
V
getValue()
setValue(V value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public Entry(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.