com.sun.n1.sps.model.plan
Interface ExecutionPlanIDSet

All Superinterfaces:
TypedSet

public interface ExecutionPlanIDSet
extends TypedSet

A strongly-typed set of ExecutionPlanID objects.


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

ExecutionPlanID[] toIDArray()
Returns an array of plan IDs contained in this set.

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