AquaLogic Interaction Development Kit (IDK) 6.0.0

NamedValueMap Constructor (NamedValue[])

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[] nvArray
);

Parameters

nvArray
The NamedValue array.

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace | NamedValueMap Constructor Overload List