mondrian.olap.fun
Class CrossJoinFunDef.BaseImmutableList

java.lang.Object
  extended by mondrian.util.UnsupportedList<Member[]>
      extended by mondrian.olap.fun.CrossJoinFunDef.BaseImmutableList
All Implemented Interfaces:
Iterable<Member[]>, Collection<Member[]>, List<Member[]>
Enclosing class:
CrossJoinFunDef

public abstract class CrossJoinFunDef.BaseImmutableList
extends UnsupportedList<Member[]>

 

Nested Class Summary
 
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr
 
Constructor Summary
protected CrossJoinFunDef.BaseImmutableList()
           
 
Method Summary
abstract  Member[] get(int index)
           
 Iterator<Member[]> iterator()
           
 ListIterator<Member[]> listIterator()
           
 ListIterator<Member[]> listIterator(int index)
           
abstract  int size()
           
 Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 List<Member[]> toArrayList()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossJoinFunDef.BaseImmutableList

protected CrossJoinFunDef.BaseImmutableList()
Method Detail

size

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

get

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

toArray

public Object[] toArray()
Specified by:
toArray in interface Collection<Member[]>
Specified by:
toArray in interface List<Member[]>
Overrides:
toArray in class UnsupportedList<Member[]>

toArray

public <T> T[] toArray(T[] a)
Specified by:
toArray in interface Collection<Member[]>
Specified by:
toArray in interface List<Member[]>
Overrides:
toArray in class UnsupportedList<Member[]>

toArrayList

public List<Member[]> toArrayList()

listIterator

public ListIterator<Member[]> listIterator()
Specified by:
listIterator in interface List<Member[]>
Overrides:
listIterator in class UnsupportedList<Member[]>

listIterator

public ListIterator<Member[]> listIterator(int index)
Specified by:
listIterator in interface List<Member[]>
Overrides:
listIterator in class UnsupportedList<Member[]>

iterator

public Iterator<Member[]> iterator()
Specified by:
iterator in interface Iterable<Member[]>
Specified by:
iterator in interface Collection<Member[]>
Specified by:
iterator in interface List<Member[]>
Overrides:
iterator in class UnsupportedList<Member[]>

SourceForge.net_Logo