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

All Superinterfaces:
TypedSet

public interface HostSearchIDSet
extends TypedSet

A strongly-typed set of HostSearchID objects.


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

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

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