private static class TableMap.Entry<K,V> extends Object implements Map.Entry<K,V>
private K
key
private V
value
Entry(K key, V value)
boolean
equals(Object o)
K
getKey()
V
getValue()
int
hashCode()
setValue(V value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
private final K key
private final V value
public Entry(K key, V value)
public K getKey()
getKey
Map.Entry<K,V>
public V getValue()
getValue
public V setValue(V value)
setValue
public final boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.