Interface Matrix
-
Method Summary
Modifier and TypeMethodDescriptionvoidfloydWarshall(Matrix next) g(int row, int col) doublegetRow(int row) voidSets the value of the matrix at the specified row and column.
-
Method Details
-
g
-
set
Sets the value of the matrix at the specified row and column.- Parameters:
row- Objectcol- Objectvalue- a value
-
getRow
-
floydWarshall
-
getMaximum
double getMaximum()
-