Uses of Class
org.knime.core.data.vector.bitvector.DenseBitVector

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.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.