public class MapKeyEntry<K,V> extends Object implements Map.Entry<K,V>
MapKeyEntry(Map<K,V> map, K key)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V newValue)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MapKeyEntry(Map<K,V> map, K key)
public boolean equals(Object o)
equals
Map.Entry<K,V>
Object
public K getKey()
getKey
public V getValue()
getValue
public int hashCode()
hashCode
public V setValue(V newValue)
setValue
public String toString()
toString
Copyright © 2015 Revolution Systems Inc.. All rights reserved.