ContentsIndexHome
PreviousUpNext
ISetData.setLabels Method (String...)

Inserts the specified labels into this set and all its supersets. The set itself and all its subsets are emptied first. Does not apply to subsets of Integers. 

 

Java
void setLabels(String... labels);
Parameters 
Description 
String... labels 
The labels to assign to this set.