mondrian.rolap
Class RolapAxis.MemberArrayList.PositionList

java.lang.Object
  extended by mondrian.util.UnsupportedList<Position>
      extended by mondrian.rolap.RolapAxis.PositionListUnsupported
          extended by mondrian.rolap.RolapAxis.PositionListBase
              extended by mondrian.rolap.RolapAxis.MemberArrayList.PositionList
All Implemented Interfaces:
Iterable<Position>, Collection<Position>, List<Position>
Enclosing class:
RolapAxis.MemberArrayList

 class RolapAxis.MemberArrayList.PositionList
extends RolapAxis.PositionListBase

Each Position has an array of Member.

 

Nested Class Summary
 
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr
 
Constructor Summary
RolapAxis.MemberArrayList.PositionList()
           
 
Method Summary
 Position get(int index)
           
 int size()
           
 
Methods inherited from class mondrian.rolap.RolapAxis.PositionListBase
isEmpty, iterator, listIterator, listIterator
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolapAxis.MemberArrayList.PositionList

RolapAxis.MemberArrayList.PositionList()
Method Detail

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

SourceForge.net_Logo