V - The generic valuepublic class MutableConvertibleValuesMap<V> extends ConvertibleValuesMap<V> implements MutableConvertibleValues<V>
ConvertibleMultiValuesMap.mapEMPTY| Constructor and Description | 
|---|
| MutableConvertibleValuesMap()Default constructor. | 
| MutableConvertibleValuesMap(Map<? extends CharSequence,V> map) | 
| MutableConvertibleValuesMap(Map<? extends CharSequence,V> map,
                           ConversionService<?> conversionService) | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableConvertibleValues<V> | clear()Clear all values. | 
| MutableConvertibleValues<V> | put(CharSequence key,
   V value)Insert a value for the given key and value. | 
| MutableConvertibleValues<V> | remove(CharSequence key)Remove a value for the given key. | 
| String | toString() | 
contains, empty, equals, get, getValue, hashCode, names, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitof, putAll, putAllasMap, asMap, asProperties, contains, empty, forEach, getValue, getValueType, isEmpty, iterator, names, subMap, subMap, subMap, valuesget, get, get, getforEach, spliteratorpublic MutableConvertibleValuesMap()
public MutableConvertibleValuesMap(Map<? extends CharSequence,V> map)
map - The mappublic MutableConvertibleValuesMap(Map<? extends CharSequence,V> map, ConversionService<?> conversionService)
map - The mapconversionService - The conversion servicepublic MutableConvertibleValues<V> put(CharSequence key, V value)
MutableConvertibleValuesput in interface MutableConvertibleValues<V>key - The keyvalue - The valuepublic MutableConvertibleValues<V> remove(CharSequence key)
MutableConvertibleValuesremove in interface MutableConvertibleValues<V>key - The keypublic MutableConvertibleValues<V> clear()
MutableConvertibleValuesclear in interface MutableConvertibleValues<V>