|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjdbm.helper.TupleBrowser
jdbm.btree.BTree.EmptyBrowser
static class BTree.EmptyBrowser
PRIVATE INNER CLASS Browser returning no element.
Field Summary | |
---|---|
(package private) static TupleBrowser |
INSTANCE
|
Constructor Summary | |
---|---|
BTree.EmptyBrowser()
|
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 |
Field Detail |
---|
static TupleBrowser INSTANCE
Constructor Detail |
---|
BTree.EmptyBrowser()
Method Detail |
---|
public boolean getNext(Tuple tuple)
TupleBrowser
getNext
in class TupleBrowser
tuple
- Tuple into which values are copied.
public boolean getPrevious(Tuple tuple)
TupleBrowser
getPrevious
in class TupleBrowser
tuple
- Tuple into which values are copied.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |