com.sun.n1.sps.model.folder
Interface FolderIDSet

All Superinterfaces:
TypedSet

public interface FolderIDSet
extends TypedSet

A strongly-typed set of FolderID objects.


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

FolderID[] toIDArray()
Returns an array of Folder IDs contained in this set.

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