|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseBitVectorCell | |
---|---|
org.knime.core.data.vector.bitvector |
Uses of SparseBitVectorCell in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector that return SparseBitVectorCell | |
---|---|
static SparseBitVectorCell |
SparseBitVectorCellFactory.and(BitVectorValue bv1,
BitVectorValue bv2)
Creates a sparse bit vector cell containing the result of the AND operation on the passed operands. |
SparseBitVectorCell |
SparseBitVectorCellFactory.createDataCell()
Creates a DataCell from the currently stored bit vector. |
static SparseBitVectorCell |
SparseBitVectorCellFactory.or(BitVectorValue bv1,
BitVectorValue bv2)
Creates a sparse bit vector cell containing the result of the OR operation on the passed operands. |
static SparseBitVectorCell |
SparseBitVectorCellFactory.xor(BitVectorValue bv1,
BitVectorValue bv2)
Creates a sparse bit vector cell containing the result of the XOR operation on the passed operands. |
static SparseBitVectorCell |
DenseBitVectorCellFactory.xor(BitVectorValue bv1,
BitVectorValue bv2)
Creates a dense bit vector cell containing the result of the XOR operation on the passed operands. |
Methods in org.knime.core.data.vector.bitvector that return types with arguments of type SparseBitVectorCell | |
---|---|
static DataCellSerializer<SparseBitVectorCell> |
SparseBitVectorCell.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 SparseBitVectorCell | |
---|---|
SparseBitVectorCellFactory(SparseBitVectorCell cell,
long startIdx,
long endIdx)
Initializes the vector from a subsequence of the specified cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |