Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet. @param set BitSet to intersect with @return boolean indicating whether this BitSet intersects the specified BitSet
(IBitSet set)
| 175 | * the specified {@code BitSet} |
| 176 | */ |
| 177 | boolean intersects(IBitSet set); |
| 178 | |
| 179 | /** |
| 180 | * Returns {@code false} if the specified {@code BitSet} has any bits set to |
no outgoing calls