merge(Map< String, String[]>) method

Merges the attributes from a Map object into this Attributed object.

Syntax

void merge ( Map< String, String[]> other )

Parameters

Exceptions

Usage

The Map keys must be String objects and the values must be String[] objects.