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 TypeClassDescriptionclassThis class implementsBitVectorwith internal 32-bitintdata.classThis class implementsBitVectorwith internal 64-bitlongdata.Methods in imagingbook.common.util.bits that return BitVectorModifier and TypeMethodDescriptionstatic BitVectorBitVector.create(int length) Creates and returns a new bitvector of typeBitVector64with the specified length.static BitVectorBitVector.from(boolean[] bools) Creates and returns a new bitvector of typeBitVector64from the specifiedbooleanarray, setting elements to 0/false or 1/true.static BitVectorBitVector.from(byte[] bytes) Creates and returns a new bitvector of typeBitVector64from the specifiedbytearray.BitMap.getBitVector()Returns the underlying 1DBitVector.