static class BPage.Browser extends TupleBrowser
| Constructor and Description |
|---|
BPage.Browser(BPage page,
int index)
Create a browser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNext(Tuple tuple)
Get the next tuple.
|
boolean |
getPrevious(Tuple tuple)
Get the previous tuple.
|
BPage.Browser(BPage page, int index)
page - Current pageindex - Position of the next tuple to return.public boolean getNext(Tuple tuple) throws java.io.IOException
TupleBrowsergetNext in class TupleBrowsertuple - Tuple into which values are copied.java.io.IOExceptionpublic boolean getPrevious(Tuple tuple) throws java.io.IOException
TupleBrowsergetPrevious in class TupleBrowsertuple - Tuple into which values are copied.java.io.IOExceptionCees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net