Class OverrideMapDiff

    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.util.AbstractMap

        java.util.AbstractMap.SimpleEntry<K extends java.lang.Object,​V extends java.lang.Object>, java.util.AbstractMap.SimpleImmutableEntry<K extends java.lang.Object,​V extends java.lang.Object>
      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      OverrideMapDiff()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PropertySet getOrCreate​(java.lang.String key)
      Gets the property set, creating it for the key if necessary.
      java.util.Set<java.lang.String> getRemoved()  
      PropertySet put​(java.lang.String key, PropertySet value)  
      PropertySet remove​(java.lang.Object key)  
      • 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
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Map

        equals, hashCode
      • Methods inherited from interface com.inductiveautomation.ignition.common.config.Mergable

        merge
    • Constructor Detail

      • OverrideMapDiff

        public OverrideMapDiff()
    • Method Detail

      • remove

        public PropertySet remove​(java.lang.Object key)
        Specified by:
        remove in interface java.util.Map<java.lang.String,​PropertySet>
        Overrides:
        remove in class java.util.HashMap<java.lang.String,​PropertySet>
      • put

        public PropertySet put​(java.lang.String key,
                               PropertySet value)
        Specified by:
        put in interface java.util.Map<java.lang.String,​PropertySet>
        Overrides:
        put in class java.util.HashMap<java.lang.String,​PropertySet>
      • getOrCreate

        public PropertySet getOrCreate​(java.lang.String key)
        Description copied from class: OverrideMap
        Gets the property set, creating it for the key if necessary.
        Overrides:
        getOrCreate in class OverrideMap
      • getRemoved

        public java.util.Set<java.lang.String> getRemoved()