|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.partition.impl.btree.jdbm.JdbmTupleBrowser
public class JdbmTupleBrowser
TupleBrowser wrapper for Jdbm based TupleBrowsers.
Constructor Summary | |
---|---|
JdbmTupleBrowser(jdbm.helper.TupleBrowser jdbmBrowser)
Creates a JdbmTupleBrowser. |
Method Summary | |
---|---|
boolean |
getNext(Tuple tuple)
Gets the next value deemed greater than the last using the key comparator. |
boolean |
getPrevious(Tuple tuple)
Gets the previous value deemed greater than the last using the key comparator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbmTupleBrowser(jdbm.helper.TupleBrowser jdbmBrowser)
jdbmBrowser
- JDBM browser to wrap.Method Detail |
---|
public boolean getNext(Tuple tuple) throws javax.naming.NamingException
TupleBrowser
getNext
in interface TupleBrowser
tuple
- the tuple to populate with a key/value pair
javax.naming.NamingException
- @todoTupleBrowser.getNext(org.apache.directory.server.core.partition.impl.btree.Tuple)
public boolean getPrevious(Tuple tuple) throws javax.naming.NamingException
TupleBrowser
getPrevious
in interface TupleBrowser
tuple
- the tuple to populate with a key/value pair
javax.naming.NamingException
- @todoTupleBrowser.getPrevious(Tuple)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |