|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjdbm.helper.TupleBrowser
public abstract class TupleBrowser
Browser to traverse a collection of tuples. The browser allows for forward and reverse order traversal.
| Constructor Summary | |
|---|---|
TupleBrowser()
|
|
| Method Summary | |
|---|---|
abstract boolean |
getNext(Tuple tuple)
Get the next tuple. |
abstract boolean |
getPrevious(Tuple tuple)
Get the previous tuple. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TupleBrowser()
| Method Detail |
|---|
public abstract boolean getNext(Tuple tuple)
throws java.io.IOException
tuple - Tuple into which values are copied.
java.io.IOException
public abstract boolean getPrevious(Tuple tuple)
throws java.io.IOException
tuple - 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 | ||||||||