Module hla.rti1516e
Package hla.rti1516e

Interface RegionHandleSet

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

public interface RegionHandleSet extends Set<RegionHandle>, Cloneable, Serializable
All Set operations are required, none are optional. add() and remove() should throw IllegalArgumentException if the argument is not a RegionHandle. addAll(), removeAll() and retainAll() should throw IllegalArgumentException if the argument is not a RegionHandleSet.