K
V
public abstract class MapEntry<K,V> extends Object
Map.Entry
MapEntry()
protected K
getKey()
protected V
getValue()
put(Map<K,V> map)
map
protected void
setKey(K key)
setValue(V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapEntry()
protected K getKey()
protected void setKey(K key)
key
protected V getValue()
protected void setValue(V value)
value
public V put(Map<K,V> map)
Copyright © 2011-2013. All Rights Reserved.