Class EmptyEnumeration<T>

  • Type Parameters:
    T - The element in the enumeration
    All Implemented Interfaces:
    Enumeration<T>, NamingEnumeration<T>

    public class EmptyEnumeration<T>
    extends Object
    implements NamingEnumeration<T>
    An empty NamingEnumeration without any values: meaning hasMore/hasMoreElements() always returns false, and next/nextElement() always throws a NoSuchElementException.
    Author:
    Apache Directory Project