public class Cursor<T> extends java.lang.Object
Cursor(GetAction<T> getAction)
int
getPageNum()
boolean
hasNext()
hasPrev()
void
next()
prev()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cursor(GetAction<T> getAction)
public boolean hasNext()
public boolean hasPrev()
public int getPageNum()
public void next()
public void prev()