-
-
Constructor Summary
Constructors
-
Method Summary
addTable(String sheetName,
int row,
int column,
List<E> elements,
boolean isAutoSizeColumns)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
DataStorage
public DataStorage()
-
Method Details
-
createTable
protected abstract <E> T createTable(String sheetName,
int row,
int column,
List<E> elements,
boolean isAutoSizeColumns)
-
addTable
public <E> T addTable(String sheetName,
int row,
int column,
List<E> elements,
boolean isAutoSizeColumns)
-
addTable
public final <E> T addTable(String sheetName,
int row,
int column,
List<E> elements)
-
addTable
public <E> T addTable(String sheetName,
List<E> elements)