Uses of Class
cern.colt.bitvector.BitMatrix
Packages that use BitMatrix
-
Uses of BitMatrix in cern.colt.bitvector
Methods in cern.colt.bitvector that return BitMatrixModifier and TypeMethodDescriptionBitMatrix.copy()Returns a shallow clone of the receiver; callsclone()and casts the result.BitMatrix.part(int column, int row, int width, int height) Constructs and returns a new matrix with width columns and height rows which is a copy of the contents of the given box.Methods in cern.colt.bitvector with parameters of type BitMatrixModifier and TypeMethodDescriptionvoidPerforms a logical AND of the receiver with another bit matrix.voidClears all of the bits in receiver whose corresponding bit is set in the other bit matrix.protected voidBitMatrix.checkDimensionCompatibility(BitMatrix other) Sanity check for operations requiring matrices with the same number of columns and rows.voidPerforms a logical OR of the receiver with another bit matrix.voidBitMatrix.replaceBoxWith(int column, int row, int width, int height, BitMatrix source, int sourceColumn, int sourceRow) Replaces a box of the receiver with the contents of another matrix's box.voidPerforms a logical XOR of the receiver with another bit matrix.