Class ListFacade<E>

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

public class ListFacade<E> extends AbstractList<E> implements SequencedCollection<E>
Provides a List facade to a set of List functions.
Author:
Werner Randelshofer