Uses of Interface
imagingbook.common.util.bits.BitVector
Packages that use BitVector
-
Uses of BitVector in imagingbook.common.util.bits
Classes in imagingbook.common.util.bits that implement BitVectorModifier and TypeClassDescriptionclass
This class implementsBitVector
with internal 32-bitint
data.class
This class implementsBitVector
with internal 64-bitlong
data.Methods in imagingbook.common.util.bits that return BitVectorModifier and TypeMethodDescriptionstatic BitVector
BitVector.create
(int length) Creates and returns a new bitvector of typeBitVector64
with the specified length.static BitVector
BitVector.from
(boolean[] bools) Creates and returns a new bitvector of typeBitVector64
from the specifiedboolean
array, setting elements to 0/false or 1/true.static BitVector
BitVector.from
(byte[] bytes) Creates and returns a new bitvector of typeBitVector64
from the specifiedbyte
array.BitMap.getBitVector()
Returns the underlying 1DBitVector
.