Package mondrian.util

Class FilteredIterableList<T>

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

public class FilteredIterableList<T> extends AbstractSequentialList<T>
Iterable list which filters undesirable elements. To be used instead of removing elements from an iterable list.
Since:
december, 2007
Author:
Luis F. Canals