public abstract class AbstractWritableRecordBatch extends Object implements List<List<Writable>>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractWritableRecordBatch.RecordBatchListIterator |
| Constructor and Description |
|---|
AbstractWritableRecordBatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int i,
List<Writable> writable) |
boolean |
add(List<Writable> writable) |
boolean |
addAll(Collection<? extends List<Writable>> collection) |
boolean |
addAll(int i,
Collection<? extends List<Writable>> collection) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> collection) |
int |
indexOf(Object o) |
boolean |
isEmpty() |
Iterator<List<Writable>> |
iterator() |
int |
lastIndexOf(Object o) |
ListIterator<List<Writable>> |
listIterator() |
ListIterator<List<Writable>> |
listIterator(int i) |
List<Writable> |
remove(int i) |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> collection) |
boolean |
retainAll(Collection<?> collection) |
List<Writable> |
set(int i,
List<Writable> writable) |
List<List<Writable>> |
subList(int i,
int i1) |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, get, hashCode, replaceAll, size, sort, spliteratorparallelStream, removeIf, streampublic boolean isEmpty()
public boolean contains(Object o)
public ListIterator<List<Writable>> listIterator()
listIterator in interface List<List<Writable>>public Object[] toArray()
public <T> T[] toArray(T[] ts)
public boolean remove(Object o)
public boolean containsAll(Collection<?> collection)
containsAll in interface Collection<List<Writable>>containsAll in interface List<List<Writable>>public boolean addAll(Collection<? extends List<Writable>> collection)
public boolean addAll(int i,
Collection<? extends List<Writable>> collection)
public boolean removeAll(Collection<?> collection)
public boolean retainAll(Collection<?> collection)
public void clear()
public int lastIndexOf(Object o)
lastIndexOf in interface List<List<Writable>>public ListIterator<List<Writable>> listIterator(int i)
listIterator in interface List<List<Writable>>Copyright © 2020. All rights reserved.