StarTable
public class RowRandomWrapperStarTable extends RandomWrapperStarTable
ColumnRandomWrapperStarTable
baseTable
Constructor | Description |
---|---|
RowRandomWrapperStarTable(StarTable baseTable) |
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCell, getColumnCount, getColumnInfo, getRow, getRowCount, getRowSequence, getURL, isRandom
checkedLongToInt, getBaseTable, getColumnAuxDataInfos, getName, getParameterByName, getParameters, setName, setParameter, setURL, toString
public RowRandomWrapperStarTable(StarTable baseTable) throws java.io.IOException
java.io.IOException
protected void storeNextRow(java.lang.Object[] row)
RandomWrapperStarTable
RandomWrapperStarTable.retrieveStoredRow(long)
.storeNextRow
in class RandomWrapperStarTable
row
- the row to storeprotected java.lang.Object[] retrieveStoredRow(long lrow)
RandomWrapperStarTable
RandomWrapperStarTable.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 RandomWrapperStarTable
lrow
- the index of the row to retrieveRandomWrapperStarTable.storeNextRow(java.lang.Object[])
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.