static Enumeration enumeration(Collection c) { ret c == null ? emptyEnumeration() : Collections.enumeration(c); }