Class MergedVariablesMap<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.qubership.integration.platform.engine.service.MergedVariablesMap<K,V>
- All Implemented Interfaces:
Serializable,Cloneable,Map<K,V>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putIfAbsent, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode
-
Method Details
-
putAll
-
putAll
-
remove
-
remove
-
toString
- Overrides:
toStringin classAbstractMap<K,V>
-