ContentsIndexHome
PreviousUpNext
contains Method

Returns true if this set contains the specified element.

Returns true if this set contains the specified element. 

 

boolean contains(IElement element);

 

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

 

boolean contains(String label);

 

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

 

boolean contains(int label);