ContentsIndexHome
PreviousUpNext
setLabels Method

Inserts the specified labels into this set and all of its supersets. The set itself (and all its subsets) are emptied first as opposed to the appendLabels member method.

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(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(int... labels);