Copyright © 2011 Citra Technologies. All Rights Reserved.

com.citra.pivot.olap.tuple
Class TupleSelectionList

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by java.util.ArrayList
              extended by 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

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TupleSelectionList()
          Constructs a TupleSelectionList.
TupleSelectionList(Collection members)
          Constructs a TupleSelectionList.
TupleSelectionList(OlapTuple tuple)
          Constructs a TupleSelectionList.
TupleSelectionList(TupleSelection selection)
          Constructs a TupleSelectionList.
 
Method Summary
 TupleSelection getTuple(int index)
          Returns the tuple selection 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
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

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.

Method Detail

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

Copyright © 2011 Citra Technologies. All Rights Reserved.