Class Parameters

    • 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
      Parameters()
      Default constructor.
      Parameters​(java.util.Map<java.lang.String,java.lang.Object> m)
      Constructor with initial values.
    • Method Summary

      • Methods inherited from class java.util.AbstractMap

        equals, hashCode
      • Methods inherited from class java.util.HashMap

        clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putAll, putIfAbsent, remove, remove, replace, replace, size
      • Methods inherited from interface de.fmui.osb.broker.json.JSONObject

        put
      • Methods inherited from class de.fmui.osb.broker.internal.json.JSONObjectImpl

        addJSONString, escape, put, toJSONString, toJSONString, toString, toString, writeJSONString, writeJSONString
      • Methods inherited from class java.util.LinkedHashMap

        clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Parameters

        public Parameters()
        Default constructor.
      • Parameters

        public Parameters​(java.util.Map<java.lang.String,java.lang.Object> m)
        Constructor with initial values.
        Parameters:
        m - a map containing the initial values of this object
        Throws:
        java.lang.NullPointerException - if the specified map is null