public abstract class AbstractMapContext<V> extends Object implements Map<String,V>
| Constructor and Description |
|---|
AbstractMapContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
protected abstract V |
doGet(String key) |
protected abstract void |
doPut(String key,
V value) |
protected abstract void |
doRemove(String key) |
Set<Map.Entry<String,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, keySet, merge, putIfAbsent, remove, replace, replace, replaceAllprotected abstract void doRemove(String key)
public boolean containsKey(Object key)
containsKey in interface Map<String,V>public boolean containsValue(Object value)
containsValue in interface Map<String,V>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.