Uses of Interface
jetbrains.buildServer.util.DoubleKeyMap
-
Packages that use DoubleKeyMap Package Description jetbrains.buildServer.util -
-
Uses of DoubleKeyMap in jetbrains.buildServer.util
Classes in jetbrains.buildServer.util that implement DoubleKeyMap Modifier and Type Class Description classAbstractDoubleKeyMap<Key1,Key2,Value>Represents a general not thread safeDoubleKeyHashMapimplementation.classDoubleKeyHashMap<Key1,Key2,Value>ADoubleKeyHashMapimplementation based on thejava.util.HashMapclass.classSynchronizedDoubleKeyHashMap<Key1,Key2,Value>A thread-safe double key map.Methods in jetbrains.buildServer.util with parameters of type DoubleKeyMap Modifier and Type Method Description voidAbstractDoubleKeyMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)voidDoubleKeyMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)Adds anotherDoubleKeyMapto this map.voidSynchronizedDoubleKeyHashMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)
-