| Modifier and Type | Method and Description |
|---|---|
static BitArray |
BitArray.allocate(long bits)
Allocates a new direct bit set.
|
BitArray |
BitArray.copy()
Copies the bit set to a new memory address.
|
BitArray |
BitArray.resize(long size)
Resizes the bit array to a new count.
|
Copyright © 2013–2018. All rights reserved.