Class OrcList<E extends WritableComparable>

Type Parameters:
E - the element type, which must be Writable
All Implemented Interfaces:
Serializable, Cloneable, Comparable<OrcList<E>>, Iterable<E>, Collection<E>, List<E>, RandomAccess, Writable, WritableComparable<OrcList<E>>

public class OrcList<E extends WritableComparable> extends ArrayList<E> implements WritableComparable<OrcList<E>>
An ArrayList implementation that implements Writable.
See Also: