com.sun.n1.sps.model.host
Interface HostSetIDSet

All Superinterfaces:
TypedSet

public interface HostSetIDSet
extends TypedSet

A strongly-typed set of HostSetID objects.


Method Summary
 HostSetID[] toIDArray()
          Returns an array of host set 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

HostSetID[] toIDArray()
Returns an array of host set IDs contained in this set.

Returns:
An array containing the elements of this set, in the order they were added to this set.