K
- Key type.V
- Value type.@Deprecated public class MutableMapEntry<K,V> extends Object implements Map.Entry<K,V>
Constructor and Description |
---|
MutableMapEntry()
Deprecated.
|
MutableMapEntry(K pKey,
V pVal)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pEntry)
Deprecated.
|
K |
getKey()
Deprecated.
|
V |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setKey(K pKey)
Deprecated.
|
V |
setValue(V pValue)
Deprecated.
|
String |
toString()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
Copyright © 2023. All rights reserved.