hep.aida.ref.tuple
Class TupleCursor

java.lang.Object
  extended by hep.aida.ref.tuple.TupleCursor
All Implemented Interfaces:
FTupleCursor

public class TupleCursor
extends java.lang.Object
implements FTupleCursor


Constructor Summary
TupleCursor(int startRow, int endRow, boolean hasRandomAccess)
           
 
Method Summary
 void close()
           
 boolean next()
           
 int row()
           
 void setRow(int n)
           
 void skip(int rows)
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleCursor

public TupleCursor(int startRow,
                   int endRow,
                   boolean hasRandomAccess)
Method Detail

row

public int row()
Specified by:
row in interface FTupleCursor

start

public void start()
Specified by:
start in interface FTupleCursor

next

public boolean next()
Specified by:
next in interface FTupleCursor

setRow

public void setRow(int n)
Specified by:
setRow in interface FTupleCursor

close

public void close()

skip

public void skip(int rows)
Specified by:
skip in interface FTupleCursor


jHepWork 1.1 (C) Chekanov