Class ArrayTupleList

All Implemented Interfaces:
Cloneable, Iterable<List<Member>>, Collection<List<Member>>, List<List<Member>>, RandomAccess, TupleIterable, TupleList

public class ArrayTupleList extends AbstractTupleList
Implementation of TupleList that stores tuples end-to-end in an array.
Author:
jhyde