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

All Superinterfaces:
TypedSet

public interface HostIDSet
extends TypedSet

A strongly-typed set of HostID objects.


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

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

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