mondrian.rolap
Class RolapAxis.MemberIterable.PositionList
java.lang.Object
mondrian.util.UnsupportedList<Position>
mondrian.rolap.RolapAxis.PositionListUnsupported
mondrian.rolap.RolapAxis.PositionListBase
mondrian.rolap.RolapAxis.MemberIterable.PositionList
- All Implemented Interfaces:
- Iterable<Position>, Collection<Position>, List<Position>
- Enclosing class:
- RolapAxis.MemberIterable
class RolapAxis.MemberIterable.PositionList
- extends RolapAxis.PositionListBase
Each Position has a single Member.
| Methods inherited from class mondrian.util.UnsupportedList |
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, lastIndexOf, remove, remove, removeAll, retainAll, set, subList, toArray, toArray |
RolapAxis.MemberIterable.PositionList
RolapAxis.MemberIterable.PositionList()
size
public int size()
- Specified by:
size in interface Collection<Position>- Specified by:
size in interface List<Position>- Specified by:
size in class RolapAxis.PositionListBase
get
public Position get(int index)
- Specified by:
get in interface List<Position>- Specified by:
get in class RolapAxis.PositionListBase