Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

NamedValueMap.FromArray Method 

Clears the current values and initializes with values from the given array. Null NamedValues and NamedValues with null names will not be added. NamedValues with null keys will be added. If multiple NamedValues have the same key and different values, then the values will be added to the map as a string[].

public void FromArray(
   NamedValue[] nvArray
);

Parameters

nvArray
A NamedValue array.

See Also

NamedValueMap Class | Plumtree.Remote.Util Namespace