Constructor and Description |
---|
SimpleEntry(T key) |
SimpleEntry(T key,
T value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns the result of
this.key.equals(that.key) && this.value.equals(that.value) . |
T |
getKey() |
T |
getValue() |
int |
hashCode() |
T |
setValue(T value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2021. All rights reserved.