com.sun.n1.sps.model.plugin
Interface PluginIDSet

All Superinterfaces:
TypedSet

public interface PluginIDSet
extends TypedSet

A strongly-typed set of PluginID objects.


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

PluginID[] toIDArray()
Returns an array of plugin IDs contained in this set.

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