Package com.atlassian.bamboo.utils.map
Class FilteredMap<V>
java.lang.Object
com.atlassian.bamboo.utils.map.FilteredMap<V>
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFilteredMap(String prefix) FilteredMap(String prefix, Map<String, V> decoratedMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) static <T> FilteredMap<T> entrySet()booleaninthashCode()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
FilteredMap
-
FilteredMap
-
-
Method Details
-
subset
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsValue
- Specified by:
containsValuein interfaceMap<String,V>
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
getDecoratedMap
-
decorate
-