RowSequencepublic class EmptyRowSequence extends java.lang.Object implements RowSequence
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Does nothing.
|
java.lang.Object |
getCell(int icol) |
Always throws IllegalStateException.
|
static EmptyRowSequence |
getInstance() |
Returns singleton instance of this class.
|
java.lang.Object[] |
getRow() |
Always throws IllegalStateException.
|
boolean |
next() |
Always returns false.
|
public boolean next()
next in interface RowSequencepublic java.lang.Object getCell(int icol)
getCell in interface RowSequencepublic java.lang.Object[] getRow()
getRow in interface RowSequencepublic void close()
close in interface RowSequencepublic static EmptyRowSequence getInstance()
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.