ContentsIndexHome
PreviousUpNext
add Method

Adds the specified integer- or string label to the set and all of its super sets.

Adds the specified string label to the set and all its super sets. Does not apply to IElements that are associated with subsets of Integers.

void add(String label);

 

Adds the specified integer label to the set and all its super sets. Does only apply to IElements associated with subsets of Integers.

void add(int label);