Package java.util

Interface Enumeration<E>

    • Method Detail

      • hasMoreElements

        boolean hasMoreElements()
        Returns whether this Enumeration has more elements.
        Returns:
        true if there are more elements, false otherwise.
        See Also:
        nextElement()