public class BinaryBlockToRowBlockConverter extends Object implements Converter<MatrixIndexes,MatrixBlock,MatrixIndexes,MatrixBlock>
Constructor and Description |
---|
BinaryBlockToRowBlockConverter() |
Modifier and Type | Method and Description |
---|---|
void |
convert(MatrixIndexes k1,
MatrixBlock v1) |
boolean |
hasNext() |
Pair<MatrixIndexes,MatrixBlock> |
next() |
void |
setBlockSize(int nr,
int nc) |
public void convert(MatrixIndexes k1, MatrixBlock v1)
convert
in interface Converter<MatrixIndexes,MatrixBlock,MatrixIndexes,MatrixBlock>
public boolean hasNext()
hasNext
in interface Converter<MatrixIndexes,MatrixBlock,MatrixIndexes,MatrixBlock>
public Pair<MatrixIndexes,MatrixBlock> next()
next
in interface Converter<MatrixIndexes,MatrixBlock,MatrixIndexes,MatrixBlock>
public void setBlockSize(int nr, int nc)
setBlockSize
in interface Converter<MatrixIndexes,MatrixBlock,MatrixIndexes,MatrixBlock>
Copyright © 2018 The Apache Software Foundation. All rights reserved.