hla.rti1516
Interface AttributeHandleSet

All Superinterfaces:
java.lang.Cloneable, java.util.Collection, java.lang.Iterable, java.io.Serializable, java.util.Set
All Known Implementing Classes:
AttributeHandleSetImpl

public interface AttributeHandleSet
extends java.util.Set, java.lang.Cloneable, java.io.Serializable

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.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray