Interface SortedMatrixMaker.SortedMatrix
- Enclosing interface:
- SortedMatrixMaker
public static interface SortedMatrixMaker.SortedMatrix
A matrix thingie
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfindRow(int startRowIndex, SortedMatrixMaker.SortedMatrix.MatrixRow row) getRow(int rowId) intnumRows()
-
Method Details
-
numRows
int numRows() -
getRow
-
findRow
- Parameters:
startRowIndex- the rowIndex to start the search from. The return value should never be less than this valuerow- the row to compare against- Returns:
- a FindResult null if exists beyond the bounds of the current Matrix
-