BitSet.BitSet

BitSet.BitSet

Class Overview | Class Members | This Package | All Packages

Syntax 1
public BitSet()
Description
Creates an empty set.



Syntax 2
public BitSet( int nbits )
Parameters
nbits
the size of the set
Description
Creates an empty set with the specified size.