Created
April 24, 2014 10:36
-
-
Save jhuska/11249814 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public interface DataGrid<HEADER, RECORD, FOOTER> { | |
List<RECORD> getRow(int n); | |
RECORD getRecord(int row, int column); | |
int getNumberOfRows(); | |
int getNumberOfColumns(); | |
HEADER getHeader(); | |
FOOTER getFooter(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To by asi slo, mozna pridat jeste
RECORD getRecord(int numberOf/indexOf-Record);
aby si uzivatel nemusel hlidat sloupce a radky