hla.rti
Interface RegionHandleSet

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

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

A set of RegionHandles. All Set operations are required; none are optional. Methods add and remove should throw IllegalArgumentException if the argument is not a RegionHandle. Methods addAll, removeAll and retainAll should throw IllegalArgumentException if the argument is not a RegionHandleSet.

Author:
DMSO

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