Class MutableListFacade<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
org.jhotdraw8.icollection.facade.MutableListFacade<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, List<E>, SequencedCollection<E>, ReadOnlyCollection<E>, ReadOnlyList<E>, ReadOnlySequencedCollection<E>

public class MutableListFacade<E> extends AbstractList<E> implements ReadOnlyList<E>, List<E>
Provides a List facade to a set of ImmutableList functions.
Author:
Werner Randelshofer