Returns true if this BitSet contains all set bits in the specified BitSet. @param set bit set to be checked for containment in this set. @return boolean indicating whether this BitSet contains all set bits in the specified BitSet
(IBitSet set)
| 195 | * set bits in the specified {@code BitSet} |
| 196 | */ |
| 197 | boolean contains(IBitSet set); |
| 198 | |
| 199 | /** |
| 200 | * Performs a logical <b>AND</b> of this target bit set with the |
no outgoing calls