Default constructor
Default constructor
public NamedValueMap();
Creates a new NamedValueMap
instance and initializes it with values from the given array. Null NamedValue
s will not be added, and NamedValue
s with null keys will not be added. NamedValue
s with null values will be added.
public NamedValueMap(NamedValue[]);
NamedValueMap Class | Plumtree.Remote.Util Namespace