|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TupleBrowser<K,V>
Browser to traverse a collection of tuples. The browser allows for forward and reverse order traversal.
| Method Summary | |
|---|---|
boolean |
getNext(Tuple<K,V> tuple)
Get the next tuple. |
boolean |
getPrevious(Tuple<K,V> tuple)
Get the previous tuple. |
| Method Detail |
|---|
boolean getNext(Tuple<K,V> tuple)
throws java.io.IOException
tuple - Tuple into which values are copied.
java.io.IOException
boolean getPrevious(Tuple<K,V> 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 | ||||||||