public final class BitUtil extends java.lang.Object
static boolean
isSet(long store, int pos)
static int
nextSetBit(long store, int position)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static boolean isSet(long store, @Nonnegative int pos)
public static int nextSetBit(long store, @Nonnegative int position)