com.citra.pivot.olap.data
Class TupleList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.citra.pivot.olap.data.TupleList
- All Implemented Interfaces:
- Serializable, Cloneable, Collection, List, RandomAccess
public class TupleList
- extends ArrayList
TupleList is a list containing OlapTuple objects.
- See Also:
- Serialized Form
Method Summary |
OlapTuple |
getTuple(int index)
Returns the tuple at the specified location. |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
TupleList
public TupleList()
- Constructs a TupleList.
TupleList
public TupleList(OlapTuple tuple)
- Constructs a TupleList.
TupleList
public TupleList(Collection members)
- Constructs a TupleList.
getTuple
public OlapTuple getTuple(int index)
- Returns the tuple at the specified location.
- Parameters:
index
- the tuple's location in the list
- Returns:
- the tuple