K
V
public class EntryImpl<K,V> extends Object implements Map.Entry<K,V>
EntryImpl(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 EntryImpl(K key, V value)
key
value
public final boolean equals(Object o)
equals
Map.Entry<K,V>
Object
public K getKey()
getKey
public V getValue()
getValue
public final int hashCode()
hashCode
public V setValue(V value)
setValue
public String toString()
toString
Copyright © 2012-2013 Batoo. All Rights Reserved.