mondrian.rolap
Class RolapAxis.MemberArrayList
java.lang.Object
mondrian.rolap.RolapAxis
mondrian.rolap.RolapAxis.MemberArrayList
- All Implemented Interfaces:
- Axis
- Enclosing class:
- RolapAxis
public static class RolapAxis.MemberArrayList
- extends RolapAxis
A MemberArrayList takes a List<Member[]> where each Position has
the Member's from the corresponding location in the list.
It is assumed that each element of the list has an array of Members of
the same size.
-
-
Nested classes/interfaces inherited from class mondrian.rolap.RolapAxis |
RolapAxis.MemberArrayIterable, RolapAxis.MemberArrayList, RolapAxis.MemberIterable, RolapAxis.MemberList, RolapAxis.NoPosition, RolapAxis.PositionBase, RolapAxis.PositionIterBase, RolapAxis.PositionListBase, RolapAxis.PositionListUnsupported, RolapAxis.PositionUnsupported, RolapAxis.SingleEmptyPosition, RolapAxis.Wrapper |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RolapAxis.MemberArrayList
public RolapAxis.MemberArrayList(List<Member[]> list)
getPositions
public List<Position> getPositions()
- Specified by:
getPositions
in interface Axis
- Specified by:
getPositions
in class RolapAxis