public interface KeyValuesAdapter
| Modifier and Type | Method and Description |
|---|---|
Object |
getCurrentKey()
Get the key for current record
|
Iterable<Object> |
getCurrentValues()
Get the values for the current record
|
boolean |
next()
Move to the next record
|
Object getCurrentKey() throws IOException
IOExceptionIterable<Object> getCurrentValues() throws IOException
IOExceptionboolean next()
throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.