Class RowImpl<T>

java.lang.Object
Type Parameters:
T - The type managed by the Row.
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, List<T>, RandomAccess, SequencedCollection<T>, Row<T>

public class RowImpl<T> extends ArrayList<T> implements Row<T>
Implementation of the Row interface being Cloneable.
See Also: