| 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, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueCopyright © 2021. All rights reserved.