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.


Method Summary
 ComponentID[] toIDArray()
          Returns an array of component IDs contained in this set.
 
Methods inherited from interface com.sun.n1.util.collections.TypedSet
add, addAll, clear, clone, contains, remove, size
 

Method Detail

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.