- 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 booleanequals(Object pEntry)Deprecated.KgetKey()Deprecated.VgetValue()Deprecated.inthashCode()Deprecated.voidsetKey(K pKey)Deprecated.VsetValue(V pValue)Deprecated.StringtoString()Deprecated.
-