static Enumeration enumeration(Collection c)
Returns an enumeration over the specified collection.
static ArrayList list(Enumeration e)
Returns an array list containing the elements returned by the specified enumeration in the order they are returned by the enumeration.