ContentsIndexHome
PreviousUpNext
contains Method

Returns true if this set contains the specified element.

Returns true if this set contains the specified element.

bool contains(IElement element);

 

Returns true if this set contains the specified label. Does not apply to subsets of Integers.

bool contains(String label);

 

Returns true if this set contains the specified label. Applies to subsets of Integers.

bool contains(int label);