Class EmptyEnumeration<ELEMENTTYPE>

  • Type Parameters:
    ELEMENTTYPE - The type to be contained in the operation.
    All Implemented Interfaces:
    Enumeration<ELEMENTTYPE>

    @Immutable
    public class EmptyEnumeration<ELEMENTTYPE>
    extends Object
    implements Enumeration<ELEMENTTYPE>
    Represents a fixed Enumeration implementation that contains no elements.
    Author:
    Philip Helger