Module hla.rti1516e
Package hla.rti1516e

Interface DimensionHandleSet

All Superinterfaces:
Cloneable, Collection<DimensionHandle>, Iterable<DimensionHandle>, Serializable, Set<DimensionHandle>

public interface DimensionHandleSet extends Set<DimensionHandle>, 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.