public static class MapEntry.Entry<K,V> extends Object
Entry()
Entry(K key, V value)
boolean
equals(Object obj)
K
getKey()
V
getValue()
int
hashCode()
void
setKey(K key)
setValue(V value)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Entry()
public Entry(K key, V value)
public K getKey()
public void setKey(K key)
public V getValue()
public void setValue(V value)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2019. All rights reserved.