| Modifier and Type | Field and Description |
|---|---|
protected String |
prefix |
protected Map<String,T> |
wrappedMap |
| Constructor and Description |
|---|
PrefixStringMap(String prefix,
Map<String,T> wrappedMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
protected Map.Entry<String,T> |
createEntry(String key,
T value) |
Set<Map.Entry<String,T>> |
entrySet() |
T |
get(Object key) |
String |
getPrefix() |
Map<String,T> |
getWrappedMap() |
boolean |
isEmpty() |
Set<String> |
keySet() |
T |
put(String key,
T value) |
void |
putAll(Map<? extends String,? extends T> m) |
T |
remove(Object key) |
int |
size() |
Collection<T> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getPrefix()
public boolean containsValue(Object value)
containsValue in interface Map<String,T>public boolean containsKey(Object key)
containsKey in interface Map<String,T>Copyright © 2017. All rights reserved.