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