ContentsIndexHome
PreviousUpNext
setLabels Method

Inserts the specified labels into this set and all its supersets. The set itself (and all its subsets) are emptied first.

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.

void setLabels(params String[] labels);

 

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

void setLabels(params int[] labels);