intersects

Returns true if the specified BitSet has any bits set to true that are also set to true in this BitSet.

Return

boolean indicating whether this BitSet intersects the specified BitSet

Since

1.4

Parameters

set

BitSet to intersect with