X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FMatrix.java;h=8288cb6f38e6d46c8db875e1e93eddf2d00e84e1;hp=9dfe56e9563d829fdf7b13d9f5ee50161ab32462;hb=5c67a96d34fe904b8c4b0375cd08ff1d543bf369;hpb=9a37dabc6c0212ed3e14499c88df3208cd06f9b0 diff --git a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Matrix.java b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Matrix.java index 9dfe56e95..8288cb6f3 100644 --- a/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Matrix.java +++ b/bundles/org.simantics.spreadsheet/src/org/simantics/spreadsheet/Matrix.java @@ -15,11 +15,11 @@ import java.util.Collection; public interface Matrix { - - int getColumnCount(); - int getRowCount(); - Object get(int row, int column); - Collection getColumn(int column); - Collection getRow(int column); - + + int getColumnCount(); + int getRowCount(); + Object get(int row, int column); + Collection getColumn(int column); + Collection getRow(int column); + }