K
V
public class MapEntryImpl<K,V> extends Object implements Map.Entry<K,V>
MapEntryImpl(K key, V value)
boolean
equals(Object o)
getKey()
getValue()
int
hashCode()
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MapEntryImpl(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2004-2016. All Rights Reserved.