Plumtree EDK (Enterprise Web Development Kit) 5.4.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
NamedValue array

See Also

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