- java.lang.Object
-
- com.iamsoft.util.ui.swing.nameditem.MutableMapEntry<K,V>
-
- Type Parameters:
K
- Key type.V
- Value type.
- All Implemented Interfaces:
Map.Entry<K,V>
@Deprecated public class MutableMapEntry<K,V> extends Object implements Map.Entry<K,V>
Deprecated.Deprecated.Map entry with mutable key and value.
-
-
Constructor Summary
Constructors Constructor Description MutableMapEntry()
Deprecated.MutableMapEntry(K pKey, V pVal)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.
-