Append one enumeration to another. Elements are evaluated lazily. @param e1 the first enumeration. @param e2 the subsequent enumeration. @param element type @return an enumeration representing e1 followed by e2. @since Ant 1.6.3 @deprecated use Stream.concat(Collections.list(e1).stream(), Collec
(Enumeration<E> e1, Enumeration<E> e2)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected