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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2015 The Apache Software Foundation. All rights reserved.