Coerce an enumeration instance to a boolean value. An enumeration is coerced to false if there are no more elements to enumerate, and to true otherwise.
Allows an Enumeration to behave like an Iterator. Note that the Iterator#remove() remove() method is unsupported since the underlying Enumeration does not provide a mechanism for removing items.
Convert an enumeration to a List.
Convert an enumeration to a Set.