MutableAttributes
author: David Sean Taylor version: $Id: MutableAttributes.java 516448 2007-03-09 16:25:47Z ate $
Method Summary
public void
addAttribute(String name, Object value) Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value.
Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value. The object must be
immutable, or not mutated by any client.
Parameters: name - the name Parameters: value - the value