Package mondrian.util

Class TraversalList<T>

java.lang.Object
mondrian.util.UnsupportedList<List<T>>
mondrian.util.TraversalList<T>
All Implemented Interfaces:
Iterable<List<T>>, Collection<List<T>>, List<List<T>>

public class TraversalList<T> extends UnsupportedList<List<T>>
Implementation of List for transposing an array of lists.
Since:
Dec, 2007
Author:
Luis F. Canals