Class MinimalCollection<E>

  • All Implemented Interfaces:
    Iterable<E>, Collection<E>
    Direct Known Subclasses:
    MinimalSet

    @GwtCompatible
    public class MinimalCollection<E>
    extends AbstractCollection<E>
    A simplistic collection which implements only the bare minimum allowed by the spec, and throws exceptions whenever it can.
    Author:
    Kevin Bourrillion