Uses of Class
org.knime.core.data.vector.bytevector.DenseByteVector

Packages that use DenseByteVector
org.knime.core.data.vector.bytevector   
 

Uses of DenseByteVector in org.knime.core.data.vector.bytevector
 

Methods in org.knime.core.data.vector.bytevector that return DenseByteVector
 DenseByteVector DenseByteVector.add(DenseByteVector bv, boolean remainder)
          Returns a new vector with the sum of the counts at each position.
 DenseByteVector DenseByteVector.concatenate(DenseByteVector bv)
          Appends the argument at the end of this vector.
 DenseByteVector DenseByteVectorCell.getByteVectorCopy()
          Returns a clone of the internal dense byte vector.
 DenseByteVector DenseByteVector.max(DenseByteVector bv)
          Returns a new vector with the maximum of the counts at each position.
 DenseByteVector DenseByteVector.min(DenseByteVector bv)
          Returns a new vector with the minimum of the counts at each position.
 DenseByteVector DenseByteVector.subSequence(int startIdx, int endIdx)
          Creates and returns a new byte vector that contains a subsequence of this vector, beginning with the byte at index startIdx and with its last byte being this' byte at position endIdx - 1.
 

Methods in org.knime.core.data.vector.bytevector with parameters of type DenseByteVector
 DenseByteVector DenseByteVector.add(DenseByteVector bv, boolean remainder)
          Returns a new vector with the sum of the counts at each position.
 DenseByteVector DenseByteVector.concatenate(DenseByteVector bv)
          Appends the argument at the end of this vector.
 DenseByteVector DenseByteVector.max(DenseByteVector bv)
          Returns a new vector with the maximum of the counts at each position.
 DenseByteVector DenseByteVector.min(DenseByteVector bv)
          Returns a new vector with the minimum of the counts at each position.
 

Constructors in org.knime.core.data.vector.bytevector with parameters of type DenseByteVector
DenseByteVector(DenseByteVector byteVector)
          Creates a new vector initialized by the passed vector.
DenseByteVectorCell(DenseByteVector byteVector)
          Use the DenseBitVectorCellFactory to create instances of this cell.
DenseByteVectorCellFactory(DenseByteVector vector)
          A copy of the specified vector is stored in the created byte 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.