public class BasicIntMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZE, columns, rows| Constructor and Description |
|---|
BasicIntMatrix(ExtendedDataInput in) |
BasicIntMatrix(int rows,
int columns) |
BasicIntMatrix(int rows,
int columns,
List<int[]> list) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
int |
getInt(int row,
int column) |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setInt(int row,
int column,
int value) |
void |
setNull(int row,
int column) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getColumnLabel, getColumnLabels, getDataForm, getIndex, getRowLabel, getRowLabels, getString, hasColumnLabel, hasRowLabel, rows, setColumnLabels, setRowLabels, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicIntMatrix(int rows,
int columns)
public BasicIntMatrix(int rows,
int columns,
List<int[]> list)
throws Exception
Exceptionpublic BasicIntMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setInt(int row,
int column,
int value)
public int getInt(int row,
int column)
public boolean isNull(int row,
int column)
public void setNull(int row,
int column)
public Scalar get(int row, int column)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
protected void readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in)
throws IOException
readMatrixFromInputStream in class AbstractMatrixIOExceptionprotected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2019 DolphinDB. All rights reserved.