Interface SortedMatrixMaker.SortedMatrix.MatrixRow
- Enclosing interface:
- SortedMatrixMaker.SortedMatrix
public static interface SortedMatrixMaker.SortedMatrix.MatrixRow
-
Method Summary
-
Method Details
-
length
int length() -
isNull
boolean isNull(int columnId) -
getObject
-
getDouble
double getDouble(int columnId) -
getFloat
float getFloat(int columnId) -
getLong
long getLong(int columnId)
-