Class CollectionFacade<E>

java.lang.Object
java.util.AbstractCollection<E>
org.jhotdraw8.icollection.facade.CollectionFacade<E>
Type Parameters:
E - the element type
All Implemented Interfaces:
Iterable<E>, Collection<E>, ReadOnlyCollection<E>
Direct Known Subclasses:
SequencedCollectionFacade

public class CollectionFacade<E> extends AbstractCollection<E> implements ReadOnlyCollection<E>
Provides a Collection facade to a set of Collection functions.
Author:
Werner Randelshofer