Java.Util.BitSet: Constructor Members

The constructors of Java.Util.BitSet are listed below. For a list of all members, see the BitSet Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new BitSet with size equal to 64 bits.
Creates a new BitSet with size equal to bitCount, rounded up to a multiple of 64.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.