Java 中 BitSet toLongArray()方法示例

原文:https://www . geesforgeks . org/bitset-tolongarray-method-in-Java-with-examples/

java.util.BitSet.toLongArray()是 BitSet 类的内置方法,用于生成包含现有 BitSet 所有位的新长数组。根据官方文件,该过程以下列方式工作:

if,long[]longs = bit _ set . tolongarray(); 然后,longs . length = =(bit _ set . length()+63)/64, bit _ set . get(n)=((longs[n/64]&)(1L<