public class RowRandomWrapperStarTable extends RandomWrapperStarTable
ColumnRandomWrapperStarTablebaseTable| Constructor and Description |
|---|
RowRandomWrapperStarTable(StarTable baseTable) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object[] |
retrieveStoredRow(long lrow)
Retrieves the row stored by the lrow'th invocation of
RandomWrapperStarTable.storeNextRow(java.lang.Object[]). |
protected void |
storeNextRow(java.lang.Object[] row)
Stores the next row encountered in the base table's row sequence.
|
getCell, getColumnCount, getColumnInfo, getRow, getRowCount, getRowSequence, getURL, isRandomcheckedLongToInt, getBaseTable, getColumnAuxDataInfos, getName, getParameterByName, getParameters, setName, setParameter, setURL, toStringpublic RowRandomWrapperStarTable(StarTable baseTable) throws java.io.IOException
java.io.IOExceptionprotected void storeNextRow(java.lang.Object[] row)
RandomWrapperStarTableRandomWrapperStarTable.retrieveStoredRow(long).storeNextRow in class RandomWrapperStarTablerow - the row to storeprotected java.lang.Object[] retrieveStoredRow(long lrow)
RandomWrapperStarTableRandomWrapperStarTable.storeNextRow(java.lang.Object[]). This method will not be called with a
value of lrow greater than or equal to the number of times
storeNextRow has been called already.retrieveStoredRow in class RandomWrapperStarTablelrow - the index of the row to retrieveRandomWrapperStarTable.storeNextRow(java.lang.Object[])