public abstract class TupleBrowser<K,V> extends Object
| Constructor and Description |
|---|
TupleBrowser() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
getNext(Tuple<K,V> tuple)
Get the next tuple.
|
abstract boolean |
getPrevious(Tuple<K,V> tuple)
Get the previous tuple.
|
public abstract boolean getNext(Tuple<K,V> tuple) throws IOException
tuple - Tuple into which values are copied.IOExceptionpublic abstract boolean getPrevious(Tuple<K,V> tuple) throws IOException
tuple - Tuple into which values are copied.IOExceptionCopyright © 2021. All rights reserved.