public static class AbstractMap.SimpleEntry<K,V> extends Object implements Map.Entry<K,V>
SimpleEntry(K theKey, V theValue)
SimpleEntry(Map.Entry<? extends K,? extends V> entry)
boolean
equals(Object object)
K
getKey()
V
getValue()
int
hashCode()
setValue(V object)
String
toString()
clone, getClass, notify, notifyAll, wait, wait, wait
public SimpleEntry(K theKey, V theValue)
public SimpleEntry(Map.Entry<? extends K,? extends V> entry)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V object)
setValue
public boolean equals(Object object)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2026. All rights reserved.