public class DefaultValueMap extends AbstractValueMap
ValueMap
implementation.Constructor and Description |
---|
DefaultValueMap()
Default constructor.
|
DefaultValueMap(Map<String,Object> delegatedMap)
Constructs with a map to delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object name) |
int |
hashCode() |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> map) |
Object |
remove(Object key) |
int |
size() |
ValueMap |
toUnmodifiable()
Returns an unmodifiable view of this
ValueMap |
Collection<Object> |
values() |
get, get
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public void clear()
public int size()
public boolean isEmpty()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
public Collection<Object> values()
public boolean equals(Object o)
public int hashCode()
public ValueMap toUnmodifiable()
ValueMap
ValueMap
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.