KK - the key typeVV - the value typepublic static class ListMap.Entry<KK,VV> extends Object implements Map.Entry<KK,VV>, Serializable
ListMap.| Constructor and Description |
|---|
Entry(KK key,
VV value)
Construct an
Entry with the given key and value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
KK |
getKey() |
VV |
getValue() |
int |
hashCode() |
VV |
setValue(VV value) |
String |
toString()
Convert the entry to
String (usually for diagnostic purposes). |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean equals(Object other)
public int hashCode()
Copyright © 2020. All rights reserved.