Class MultiList<E>

Type Parameters:
E - the type of the elements in the list
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, IObservable, IObservableCollection<E>, IObservableList<E>

public class MultiList<E> extends AbstractObservableList<E>
An observable list backed by an array of observable lists. This class supports all removal methods (including clear()), as well as the set(int, Object) method. All other mutator methods (addition methods and move(int, int)) throw an UnsupportedOperationException.
Since:
1.2