toArray(Object[] storage) Fill in the given array with the elements in this set.
Parameters: storage - an array to fill with this set's elements.The array cannot be null.
Return an AttributeSet containing the elements of this set
and the given element
Parameters: element - the element to add an AttributeSet like this one, with elementadded
Return true if this set contains all elements in the given
Collection
Parameters: coll - the collection to compare with true if this set contains all elements in the givenCollection
Return an AttributeSet which is the intersection of
this set with the given set.
Parameters: s - the set to intersect with an AttributeSet of the elements in this set whichare in s
Return an AttributeSet with the elements in this set which
are not in the given set.
Parameters: s - the set of elements to exclude an AttributeSet of the elements in this set whichare not in s
Fill in the given array with the elements in this set.
Parameters: storage - an array to fill with this set's elements.The array cannot be null. the storage array.
Return an AttributeSet which is the union of
this set with the given set.
Parameters: s - the set to union with an AttributeSet of the elements in this set orin s