public class ModifiableValueMapDecorator extends ValueMapDecorator implements ModifiableValueMap
ModifiableValueMapDecorator
decorates another Map
to provide a basic implementation for the additional methods
of a ModifiableValueMap
.Constructor and Description |
---|
ModifiableValueMapDecorator(Map<String,Object> base)
Creates a new wrapper around a given map.
|
clear, containsKey, containsValue, entrySet, get, get, get, isEmpty, keySet, put, putAll, remove, size, toString, values
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.