|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjdbm.helper.TupleBrowser
jdbm.btree.BPage.Browser
static class BPage.Browser
PRIVATE INNER CLASS Browser to traverse leaf BPages.
| Constructor Summary | |
|---|---|
BPage.Browser(BPage page,
int index)
Create a browser. |
|
| Method Summary | |
|---|---|
boolean |
getNext(Tuple tuple)
Get the next tuple. |
boolean |
getPrevious(Tuple tuple)
Get the previous tuple. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
BPage.Browser(BPage page,
int index)
page - Current pageindex - Position of the next tuple to return.| Method Detail |
|---|
public boolean getNext(Tuple tuple)
throws java.io.IOException
TupleBrowser
getNext in class TupleBrowsertuple - Tuple into which values are copied.
java.io.IOException
public boolean getPrevious(Tuple tuple)
throws java.io.IOException
TupleBrowser
getPrevious in class TupleBrowsertuple - Tuple into which values are copied.
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||