Interface SortedMatrixMaker.SortedMatrix.MatrixRow
-
- Enclosing interface:
- SortedMatrixMaker.SortedMatrix
public static interface SortedMatrixMaker.SortedMatrix.MatrixRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDouble(int columnId)floatgetFloat(int columnId)longgetLong(int columnId)ObjectgetObject(int columnId)booleanisNull(int columnId)intlength()
-