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 class
AbstractDoubleKeyMap<Key1,Key2,Value>
Represents a general not thread safeDoubleKeyHashMap
implementation.class
DoubleKeyHashMap<Key1,Key2,Value>
ADoubleKeyHashMap
implementation based on thejava.util.HashMap
class.class
SynchronizedDoubleKeyHashMap<Key1,Key2,Value>
A thread-safe double key map.Methods in jetbrains.buildServer.util with parameters of type DoubleKeyMap Modifier and Type Method Description void
AbstractDoubleKeyMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)
void
DoubleKeyMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)
Adds anotherDoubleKeyMap
to this map.void
SynchronizedDoubleKeyHashMap. putAll(DoubleKeyMap<Key1,Key2,Value> map)
-