mondrian.rolap
Class RolapAxis.PositionIterBase

java.lang.Object
  extended by mondrian.util.UnsupportedList<Position>
      extended by mondrian.rolap.RolapAxis.PositionListUnsupported
          extended by mondrian.rolap.RolapAxis.PositionIterBase
All Implemented Interfaces:
Iterable<Position>, Collection<Position>, List<Position>
Direct Known Subclasses:
RolapAxis.MemberArrayIterable.PositionIter, RolapAxis.MemberIterable.PositionIter
Enclosing class:
RolapAxis

protected abstract static class RolapAxis.PositionIterBase
extends RolapAxis.PositionListUnsupported

 

Nested Class Summary
 
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr
 
Constructor Summary
protected RolapAxis.PositionIterBase()
           
 
Method Summary
abstract  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.PositionIterBase

protected RolapAxis.PositionIterBase()
Method Detail

iterator

public abstract Iterator<Position> iterator()
Specified by:
iterator in interface Iterable<Position>
Specified by:
iterator in interface Collection<Position>
Specified by:
iterator in interface List<Position>
Overrides:
iterator in class UnsupportedList<Position>

SourceForge.net_Logo