Class EnumerationList<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>

    public class EnumerationList<T>
    extends AbstractList<T>
    An immutable Enumeration -> List adaptor
    Author:
    Pete Muir