Constructor and Description |
---|
FilteredMap(String prefix) |
FilteredMap(String prefix,
Map<String,V> decoratedMap) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
static <T> FilteredMap<T> |
decorate(String prefix,
Map<String,T> params) |
Set<Map.Entry<String,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
get(Object key) |
Map<String,V> |
getDecoratedMap() |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map t) |
V |
remove(Object key) |
int |
size() |
FilteredMap<V> |
subset(String prefix) |
Collection<V> |
values() |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public FilteredMap(String prefix)
public FilteredMap<V> subset(String prefix)
public boolean containsValue(Object value)
containsValue
in interface Map<String,V>
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
public boolean equals(Object o)
public static <T> FilteredMap<T> decorate(String prefix, Map<String,T> params)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.