|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmondrian.util.UnsupportedList<Position>
mondrian.rolap.RolapAxis.PositionListUnsupported
mondrian.rolap.RolapAxis.PositionIterBase
mondrian.rolap.RolapAxis.MemberArrayIterable.PositionIter
class RolapAxis.MemberArrayIterable.PositionIter
PositionIter is a List<Position> that only support the 'iterator' method. This assumes that one iterates over Positions and for each Postion one iterates over Members. Each Position has two or more Members.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList |
---|
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr |
Constructor Summary | |
---|---|
RolapAxis.MemberArrayIterable.PositionIter()
|
Method Summary | |
---|---|
java.util.Iterator<Position> |
iterator()
|
Methods inherited from class mondrian.util.UnsupportedList |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
RolapAxis.MemberArrayIterable.PositionIter()
Method Detail |
---|
public java.util.Iterator<Position> iterator()
iterator
in interface java.lang.Iterable<Position>
iterator
in interface java.util.Collection<Position>
iterator
in interface java.util.List<Position>
iterator
in class RolapAxis.PositionIterBase
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |