|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DenseBitVector | |
---|---|
org.knime.core.data.vector.bitvector |
Uses of DenseBitVector in org.knime.core.data.vector.bitvector |
---|
Methods in org.knime.core.data.vector.bitvector that return DenseBitVector | |
---|---|
DenseBitVector |
DenseBitVector.and(DenseBitVector 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. |
DenseBitVector |
DenseBitVector.concatenate(DenseBitVector bv)
Creates and returns a new bit vector that contains copies of both (this and the argument vector). |
DenseBitVector |
DenseBitVectorCell.getBitVectorCopy()
Returns a clone of the internal dense bit vector. |
DenseBitVector |
DenseBitVector.invert()
Creates and returns a new bit vector whose bits are inverted compared to this vector. |
DenseBitVector |
DenseBitVector.or(DenseBitVector 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. |
DenseBitVector |
DenseBitVector.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 . |
DenseBitVector |
DenseBitVector.xor(DenseBitVector 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 DenseBitVector | |
---|---|
DenseBitVector |
DenseBitVector.and(DenseBitVector 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. |
DenseBitVector |
DenseBitVector.concatenate(DenseBitVector bv)
Creates and returns a new bit vector that contains copies of both (this and the argument vector). |
boolean |
DenseBitVector.intersects(DenseBitVector bv)
Returns true, if this and the argument vector have at least one bit set at the same position. |
DenseBitVector |
DenseBitVector.or(DenseBitVector 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. |
DenseBitVector |
DenseBitVector.xor(DenseBitVector 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 DenseBitVector | |
---|---|
DenseBitVector(DenseBitVector clone)
Creates a new instance as copy of the passed argument. |
|
DenseBitVectorCell(DenseBitVector bitVector)
Use the DenseBitVectorCellFactory to create instances of this
cell. |
|
DenseBitVectorCellFactory(DenseBitVector vector)
A copy of the specified vector is stored in the created bit vector cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |