com.citra.pivot.olap.tuple
Class TupleSelectionList
java.lang.Object
java.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.citra.pivot.olap.tuple.TupleSelectionList
- All Implemented Interfaces:
- Serializable, Cloneable, Collection, List, RandomAccess
public class TupleSelectionList
- extends ArrayList
TupleSelectionList is a list containing TupleSelection objects.
- See Also:
- Serialized Form
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 |
TupleSelectionList
public TupleSelectionList()
- Constructs a TupleSelectionList.
TupleSelectionList
public TupleSelectionList(OlapTuple tuple)
- Constructs a TupleSelectionList.
TupleSelectionList
public TupleSelectionList(TupleSelection selection)
- Constructs a TupleSelectionList.
TupleSelectionList
public TupleSelectionList(Collection members)
- Constructs a TupleSelectionList.
getTuple
public TupleSelection getTuple(int index)
- Returns the tuple selection at the specified location.
- Parameters:
index
- the tuple's location in the list
- Returns:
- the tuple selection