com.sun.n1.sps.model.user
Interface GroupIDSet

All Superinterfaces:
TypedSet

public interface GroupIDSet
extends TypedSet

A strongly-typed set of GroupIDs objects.


Method Summary
 GroupID[] toIDArray()
          Returns an array of GroupID contained in this set.
 
Methods inherited from interface com.sun.n1.util.collections.TypedSet
add, addAll, clear, clone, contains, remove, size
 

Method Detail

toIDArray

GroupID[] toIDArray()
Returns an array of GroupID contained in this set.

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