Package mondrian.util

Class ConcatenableList<T>

All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>

public class ConcatenableList<T> extends AbstractList<T>
List backed by a collection of sub-lists.
Since:
december, 2007
Author:
Luis F. Canals