static class BTree.EmptyBrowser extends TupleBrowser
| Modifier and Type | Field and Description |
|---|---|
(package private) static TupleBrowser |
INSTANCE |
| Constructor and Description |
|---|
BTree.EmptyBrowser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNext(Tuple tuple)
Get the next tuple.
|
boolean |
getPrevious(Tuple tuple)
Get the previous tuple.
|
static TupleBrowser INSTANCE
public boolean getNext(Tuple tuple)
TupleBrowsergetNext in class TupleBrowsertuple - Tuple into which values are copied.public boolean getPrevious(Tuple tuple)
TupleBrowsergetPrevious in class TupleBrowsertuple - Tuple into which values are copied.Cees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net