- All Superinterfaces:
Cloneable,Collection<AttributeHandle>,Iterable<AttributeHandle>,Serializable,Set<AttributeHandle>
All Set operations are required, none are optional.
add() and remove() should throw IllegalArgumentException if the argument is not
an AttributeHandle.
addAll(), removeAll() and retainAll() should throw IllegalArgumentException if
the argument is not an AttributeHandleSet.
-
Method Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
clone
AttributeHandleSet clone()
-