This method of the ReadOnlyAttributes class cycles through the collection of Attribute objects and retrieves the named Attribute, if it is present.
public Attribute lookup(Name name);
Returns the named Attribute; returns null if the Attribute is not currently included in the collection.
name | The Name of the Attribute to retrieve. |