public abstract class AbstractIList extends Object implements COM.FutureTense.Interfaces.IList
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractIList(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
atEnd()  | 
int | 
currentRow()  | 
String | 
getName()  | 
boolean | 
hasData()  | 
boolean | 
moveTo(int i)  | 
boolean | 
moveToRow(int how,
         int row)  | 
void | 
rename(String newname)  | 
protected AbstractIList(String name)
public final String getName()
getName in interface COM.FutureTense.Interfaces.IListpublic final void rename(String newname)
rename in interface COM.FutureTense.Interfaces.IListpublic final boolean moveTo(int i)
moveTo in interface COM.FutureTense.Interfaces.IListpublic final boolean moveToRow(int how,
                int row)
moveToRow in interface COM.FutureTense.Interfaces.IListpublic final boolean atEnd()
atEnd in interface COM.FutureTense.Interfaces.IListpublic final boolean hasData()
hasData in interface COM.FutureTense.Interfaces.IListpublic final int currentRow()
currentRow in interface COM.FutureTense.Interfaces.IListCopyright © 2010-2016 Oracle Corporation. All Rights Reserved.