|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseBitVector | |
---|---|
org.knime.core.data.vector.bitvector |
Uses of SparseBitVector in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector that return SparseBitVector | |
---|---|
SparseBitVector |
SparseBitVector.and(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set. |
SparseBitVector |
SparseBitVector.concatenate(SparseBitVector bv)
Creates and returns a new bit vector that contains copies of both (this and the argument vector). |
SparseBitVector |
SparseBitVectorCell.getBitVectorCopy()
Returns a clone of the internal dense bit vector. |
SparseBitVector |
SparseBitVector.or(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set. |
SparseBitVector |
SparseBitVector.subSequence(long startIdx,
long endIdx)
Creates and returns a new bit vector that contains a subsequence of this vector, beginning with the bit at index startIdx and with
its last bit being this' bit at position endIdx - 1 . |
SparseBitVector |
SparseBitVector.xor(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where (exactly) one of the vectors (this or the argument vector) have a bit set. |
Methods in org.knime.core.data.vector.bitvector with parameters of type SparseBitVector | |
---|---|
SparseBitVector |
SparseBitVector.and(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where both, this and the argument vector have their bits set. |
SparseBitVector |
SparseBitVector.concatenate(SparseBitVector bv)
Creates and returns a new bit vector that contains copies of both (this and the argument vector). |
boolean |
SparseBitVector.intersects(SparseBitVector bv)
Returns true, if this and the argument vector have at least one bit set at the same position. |
SparseBitVector |
SparseBitVector.or(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where at least one of the vectors (this or the argument vector) have a bit set. |
SparseBitVector |
SparseBitVector.xor(SparseBitVector bv)
Creates and returns a new bit vector whose bits are set at positions where (exactly) one of the vectors (this or the argument vector) have a bit set. |
Constructors in org.knime.core.data.vector.bitvector with parameters of type SparseBitVector | |
---|---|
SparseBitVector(SparseBitVector clone)
Creates a new instance as copy of the passed argument. |
|
SparseBitVectorCell(SparseBitVector bitVector)
Use the SparseBitVectorCellFactory to create instances of this
cell. |
|
SparseBitVectorCellFactory(SparseBitVector vector)
A copy of the specified vector is stored in the created bit vector cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |