X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FMatrix.java;fp=bundles%2Forg.simantics.spreadsheet%2Fsrc%2Forg%2Fsimantics%2Fspreadsheet%2FMatrix.java;h=8288cb6f38e6d46c8db875e1e93eddf2d00e84e1;hb=c07a3818f0024e932a27eb85cbfd3f2291475a65;hp=9dfe56e9563d829fdf7b13d9f5ee50161ab32462;hpb=6c99e980d250fb9201aba93be7dcb1f55564dccd;p=simantics%2Fplatform.git 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); + }