class BTree.EmptyBrowser extends TupleBrowser<K,V>
| Constructor and Description |
|---|
EmptyBrowser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNext(Tuple<K,V> tuple)
Get the next tuple.
|
boolean |
getPrevious(Tuple<K,V> tuple)
Get the previous tuple.
|
closepublic boolean getNext(Tuple<K,V> tuple)
TupleBrowsergetNext in class TupleBrowser<K,V>tuple - Tuple into which values are copied.public boolean getPrevious(Tuple<K,V> tuple)
TupleBrowsergetPrevious in class TupleBrowser<K,V>tuple - Tuple into which values are copied.