set_all


Description:

public void set_all (Attributes attrs)

Set all the attrs attributes to the builder.

If any attributes with the same types are already present in the builder, then those attributes are changed to the new values.

As an optimization, the attribute memory values are automatically shared between the attributes and the builder.

Parameters:

this

the builder

attrs

the attributes to set