public final class BitSetUtils extends Object
public static boolean hasAtLeastOneBitSet(BitSet bitSet, Iterable<Integer> indexes)
bitSet
- indexes
- true
is BitSet contains at least one bit at any position from index which is set, otherwise
return false
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.