Package mondrian.util
Class TraversalList<T>
Implementation of
List for transposing an array of
lists.- Since:
- Dec, 2007
- Author:
- Luis F. Canals
-
Nested Class Summary
Nested classes/interfaces inherited from class mondrian.util.UnsupportedList
UnsupportedList.Itr, UnsupportedList.ItrUnknownSize, UnsupportedList.ListItr -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class mondrian.util.UnsupportedList
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, lastIndexOf, remove, remove, removeAll, retainAllMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
replaceAll, sort, spliterator
-
Constructor Details
-
TraversalList
-
-
Method Details
-
get
-
iterator
-
listIterator
- Specified by:
listIteratorin interfaceList<T>- Overrides:
listIteratorin classUnsupportedList<List<T>>
-
listIterator
- Specified by:
listIteratorin interfaceList<T>- Overrides:
listIteratorin classUnsupportedList<List<T>>
-
size
public int size()- Specified by:
sizein interfaceCollection<T>- Specified by:
sizein interfaceList<T>- Overrides:
sizein classUnsupportedList<List<T>>
-
subList
-
toArray
public <S> S[] toArray(S[] a) - Specified by:
toArrayin interfaceCollection<T>- Specified by:
toArrayin interfaceList<T>- Overrides:
toArrayin classUnsupportedList<List<T>>
-
toArray
- Specified by:
toArrayin interfaceCollection<T>- Specified by:
toArrayin interfaceList<T>- Overrides:
toArrayin classUnsupportedList<List<T>>
-
set
-