ContentsIndexHome
PreviousUpNext
ISetData.contains Method (String)

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

 

Java
boolean contains(String label);
Parameters 
Description 
String label 
A label of which the presence in this set is to be tested.  

True if this set contains the specified label.