hla.rti1516
Interface DimensionHandleSet

All Superinterfaces:
Cloneable, Collection, Iterable, Serializable, Set

public interface DimensionHandleSet
extends Set, Cloneable, Serializable

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


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