Module imagingbook.common
Package imagingbook.common.util.bits
package imagingbook.common.util.bits
-
ClassDescriptionThis class implements a true 2D bitmap container, i.e., each 0/1 element occupies only a single bit (unlike
boolean
arrays, which require at least 8 bits per element).This interface defines the behavior of bit vectors, i.e., fixed-sized vectors with single bit elements.This class implementsBitVector
with internal 32-bitint
data.This class implementsBitVector
with internal 64-bitlong
data.