MCPcopy Create free account
hub / github.com/apache/ant / append

Method append

src/main/org/apache/tools/ant/util/CollectionUtils.java:155–158  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

getTokenMethod · 0.45
setClasspathMethod · 0.45
getTokenMethod · 0.45
native2asciiMethod · 0.45
ascii2nativeMethod · 0.45
encodeMethod · 0.45
translatePathMethod · 0.45
normalizeMethod · 0.45
dissectMethod · 0.45
readFullyMethod · 0.45
getDateForHeaderMethod · 0.45
replaceReferencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected