public static class Bitfield.Factory extends Object
Bitfield
Bitfield.Factory()
static Bitfield
create(int storageBitSize)
storageBitSize
synchronize(Bitfield impl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Bitfield.Factory()
public static Bitfield create(int storageBitSize)
Implementation returns a plain 32 bit integer field implementation for storageBitSize ≤ 32 bits or an 32 bit integer array implementation otherwise.
public static Bitfield synchronize(Bitfield impl)