|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DenseBitVectorCell | |
---|---|
org.knime.core.data.vector.bitvector |
Uses of DenseBitVectorCell in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector that return DenseBitVectorCell | |
---|---|
static DenseBitVectorCell |
DenseBitVectorCellFactory.and(BitVectorValue bv1,
BitVectorValue bv2)
Creates a dense bit vector cell containing the result of the AND operation on the passed operands. |
DenseBitVectorCell |
DenseBitVectorCellFactory.createDataCell()
Creates a DataCell from the currently stored bit vector. |
static DenseBitVectorCell |
DenseBitVectorCellFactory.or(BitVectorValue bv1,
BitVectorValue bv2)
Creates a dense bit vector cell containing the result of the OR operation on the passed operands. |
Methods in org.knime.core.data.vector.bitvector that return types with arguments of type DenseBitVectorCell | |
---|---|
static DataCellSerializer<DenseBitVectorCell> |
DenseBitVectorCell.getCellSerializer()
Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput. |
Constructors in org.knime.core.data.vector.bitvector with parameters of type DenseBitVectorCell | |
---|---|
DenseBitVectorCellFactory(DenseBitVectorCell cell,
long startIdx,
long endIdx)
Initializes the vector from a subsequence of the specified cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |