|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.starlink.table.EmptyRowSequence
public class EmptyRowSequence
Row sequence implementation which has no rows. Singleton impelementation.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||