public static class AbstractWritableRecordBatch.RecordBatchListIterator extends Object implements ListIterator<List<Writable>>
| Constructor and Description |
|---|
RecordBatchListIterator(AbstractWritableRecordBatch underlying) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(List<Writable> writables) |
boolean |
hasNext() |
boolean |
hasPrevious() |
List<Writable> |
next() |
int |
nextIndex() |
List<Writable> |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(List<Writable> writables) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic RecordBatchListIterator(AbstractWritableRecordBatch underlying)
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<List<Writable>>public List<Writable> previous()
previous in interface ListIterator<List<Writable>>public int nextIndex()
nextIndex in interface ListIterator<List<Writable>>public int previousIndex()
previousIndex in interface ListIterator<List<Writable>>public void remove()
public void set(List<Writable> writables)
set in interface ListIterator<List<Writable>>Copyright © 2019. All rights reserved.