public abstract class TableDataAdapterCreator<T>
extends java.lang.Object
ITableDataAdapter
.Constructor and Description |
---|
TableDataAdapterCreator() |
Modifier and Type | Method and Description |
---|---|
ITableDataAdapter<T> |
createAdapter()
The factory method that creates the
ITableDataAdapter . |
abstract java.util.Map<java.lang.Object,T> |
createTupleAt(int index)
Retrieves a tuple at the given index.
|
abstract int |
getTuplesCount()
Retrieves the total tuple count of the table.
|
public ITableDataAdapter<T> createAdapter()
ITableDataAdapter
.ITableDataAdapter
.public abstract java.util.Map<java.lang.Object,T> createTupleAt(int index)
index
- a tuple index for the row or column.Map
that contains the tuple data.public abstract int getTuplesCount()