Returns a new bit set containing all the bits in the given long array. More precisely, BitSet.valueOf(longs).get(n) == ((longs[n/64] & (1L
docs.oracle.com