mondrian.rolap
Class RolapAxis.SingleEmptyPosition.EmptyPosition

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

static class RolapAxis.SingleEmptyPosition.EmptyPosition
extends RolapAxis.PositionBase

 

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

Constructor Detail

RolapAxis.SingleEmptyPosition.EmptyPosition

RolapAxis.SingleEmptyPosition.EmptyPosition()
Method Detail

size

public int size()
Specified by:
size in interface Collection<Member>
Specified by:
size in interface List<Member>
Overrides:
size in class UnsupportedList<Member>

get

public Member get(int index)
Specified by:
get in interface List<Member>
Overrides:
get in class UnsupportedList<Member>

SourceForge.net_Logo