Package com.atlassian.bamboo.utils.map
Class FilteredMap<V>
java.lang.Object
com.atlassian.bamboo.utils.map.FilteredMap<V>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionFilteredMap
(String prefix) FilteredMap
(String prefix, Map<String, V> decoratedMap) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) static <T> FilteredMap<T>
entrySet()
boolean
int
hashCode()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods 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:
containsValue
in interfaceMap<String,
V>
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
getDecoratedMap
-
decorate
-