Class DecoratingMap<TK,TV,QK,QV>
- java.lang.Object
-
- jetbrains.buildServer.dataStructures.DecoratingMap<TK,TV,QK,QV>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<TK,TV>>entrySet()TVget(Object key)booleanisEmpty()Set<TK>keySet()TVput(TK key, TV value)voidputAll(Map<? extends TK,? extends TV> m)TVremove(Object key)intsize()Collection<TV>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-