com.sun.n1.sps.model.component
Interface ComponentIDSet
- All Superinterfaces:
- TypedSet
public interface ComponentIDSet
- extends TypedSet
A strongly-typed set of ComponentID objects. All add method
variants accept only ComponentID objects as input. The accessor
methods are guaranteed to return ComponentID objects. Strongly
typed array accessor methods are also provided. null elements are not
supported.
toIDArray
ComponentID[] toIDArray()
- Returns an array of component IDs contained in this set.
- Returns:
- array containing the elements of this set,
in the order they were added to this set.