mondrian.rolap
Class RolapAxis.PositionUnsupported

java.lang.Object
  extended by mondrian.util.UnsupportedList<Member>
      extended by mondrian.rolap.RolapAxis.PositionUnsupported
All Implemented Interfaces:
Iterable<Member>, Collection<Member>, List<Member>, Position
Direct Known Subclasses:
RolapAxis.PositionBase
Enclosing class:
RolapAxis

protected abstract static class RolapAxis.PositionUnsupported
extends UnsupportedList<Member>
implements Position

A List<Member> for which all methods throw the UnsupportedOperationException exception when invoked. Derived classes can implement those methods that they require.

 

Nested Class Summary
 
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr
 
Constructor Summary
protected RolapAxis.PositionUnsupported()
           
 
Method Summary
 
Methods inherited from class mondrian.util.UnsupportedList
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, 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
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

RolapAxis.PositionUnsupported

protected RolapAxis.PositionUnsupported()

SourceForge.net_Logo