E
- the element type, which must be Writablepublic class OrcList<E extends WritableComparable> extends ArrayList<E> implements WritableComparable<OrcList<E>>
modCount
Constructor and Description |
---|
OrcList(TypeDescription schema) |
OrcList(TypeDescription schema,
int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(OrcList<E> other) |
void |
readFields(DataInput input) |
void |
write(DataOutput output) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public OrcList(TypeDescription schema)
public OrcList(TypeDescription schema, int initialCapacity)
public void write(DataOutput output) throws IOException
write
in interface Writable
IOException
public void readFields(DataInput input) throws IOException
readFields
in interface Writable
IOException
public int compareTo(OrcList<E> other)
compareTo
in interface Comparable<OrcList<E extends WritableComparable>>
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.