|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.rolap.RolapAxis
mondrian.rolap.RolapAxis.MemberArrayList
public static class RolapAxis.MemberArrayList
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 Class Summary | |
---|---|
(package private) class |
RolapAxis.MemberArrayList.MemberArrayListPosition
Allows access only the the Member at the given offset plus index. |
(package private) class |
RolapAxis.MemberArrayList.PositionList
Each Position has an array of Member. |
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 |
Constructor Summary | |
---|---|
RolapAxis.MemberArrayList(java.util.List<Member[]> list)
|
Method Summary | |
---|---|
java.util.List<Position> |
getPositions()
|
Methods inherited from class mondrian.rolap.RolapAxis |
---|
toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RolapAxis.MemberArrayList(java.util.List<Member[]> list)
Method Detail |
---|
public java.util.List<Position> getPositions()
getPositions
in interface Axis
getPositions
in class RolapAxis
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |