ContentsIndexHome
PreviousUpNext
ISetData.appendLabels Method (int...)

Adds the specified labels to this set and all its supersets. Applies to subsets of Integers. 

An exception is thrown if one of the sets in which labels must be inserted is read-only.

Java
void appendLabels(int... labels);
Parameters 
Description 
int... labels 
The labels to add to this set.