Class OverrideMapDiff
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,PropertySet>
com.inductiveautomation.ignition.common.sqltags.model.udt.OverrideMap
com.inductiveautomation.ignition.common.sqltags.model.udt.OverrideMapDiff
- All Implemented Interfaces:
Mergable<OverrideMap>
,Serializable
,Cloneable
,Map<String,
PropertySet>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreate
(String key) Gets the property set, creating it for the key if necessary.put
(String key, PropertySet value) Methods inherited from class com.inductiveautomation.ignition.common.sqltags.model.udt.OverrideMap
compact, extend, merge
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
OverrideMapDiff
public OverrideMapDiff()
-
-
Method Details
-
remove
- Specified by:
remove
in interfaceMap<String,
PropertySet> - Overrides:
remove
in classHashMap<String,
PropertySet>
-
put
- Specified by:
put
in interfaceMap<String,
PropertySet> - Overrides:
put
in classHashMap<String,
PropertySet>
-
getOrCreate
Description copied from class:OverrideMap
Gets the property set, creating it for the key if necessary.- Overrides:
getOrCreate
in classOverrideMap
-
getRemoved
-