K
- the key typeV
- the value typepublic class BasicMapEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
Map.Entry
.Constructor and Description |
---|
BasicMapEntry(K k,
V v)
Create new entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
V |
setValue(V newValue) |
java.lang.String |
toString() |
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence