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
booleanarrays, 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 implementsBitVectorwith internal 32-bitintdata.This class implementsBitVectorwith internal 64-bitlongdata.