BitSet.intersects

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

@param set {@code BitSet} to intersect with @return bool indicating whether this {@code BitSet} intersects the specified {@code BitSet}

class BitSet
bool
intersects

Meta