Class EnumerationList<T>

  • All Implemented Interfaces:
    java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>

    public class EnumerationList<T>
    extends ForwardingList<T>
    An Enumeration → List adaptor
    Author:
    Pete Muir
    • Constructor Detail

      • EnumerationList

        public EnumerationList​(java.util.Enumeration<T> enumeration)
        Constructor
        Parameters:
        enumeration - The enumeration