hla.rti1516
Interface FederateHandleSet

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

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

All Set operations are required, none are optional. add() and remove() should throw IllegalArgumentException if the argument is not a FederateHandleHandle. addAll(), removeAll() and retainAll() should throw IllegalArgumentException if the argument is not a FederateHandleSet


Method Summary
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray