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) |
boolean |
equals(Object other) |
int |
hashCode() |
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
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll
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>>
public boolean equals(Object other)
equals
in interface Collection<E extends WritableComparable>
equals
in interface List<E extends WritableComparable>
equals
in class AbstractList<E extends WritableComparable>
public int hashCode()
hashCode
in interface Collection<E extends WritableComparable>
hashCode
in interface List<E extends WritableComparable>
hashCode
in class AbstractList<E extends WritableComparable>
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.