BitSet
Constants
- GROW_FACTOR :
number
Used for overallocating space when bit set needs to grow
- DEFAULT_SHRINK_FACTOR :
number
Used to allow some un-assigned space to be retained when shrinking
- RESIZE_COUNT_THRESHOLD :
number
Minimum number of bits to increase the capacity by
- DEFAULT_INITIAL_CAPACITY :
number
GROW_FACTOR : number
Used for overallocating space when bit set needs to grow
Kind: global constant
DEFAULT_SHRINK_FACTOR : number
Used to allow some un-assigned space to be retained when shrinking
Kind: global constant
RESIZE_COUNT_THRESHOLD : number
Minimum number of bits to increase the capacity by
Kind: global constant
DEFAULT_INITIAL_CAPACITY : number
Kind: global constant
Read only: true