AquaLogic Interaction Development Kit (IDK) 6.0.0

NamedValueMap Constructor

Default constructor

Overload List

Default constructor

public NamedValueMap();

Creates a new NamedValueMap instance and initializes it with values from the given array. Null NamedValues will not be added, and NamedValues with null keys will not be added. NamedValues with null values will be added.

public NamedValueMap(NamedValue[]);

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace