MCPcopy Index your code
hub / github.com/apache/groovy / Sequence

Method Sequence

src/main/java/groovy/lang/Sequence.java:43–45  ·  view source on GitHub ↗

Creates a sequence with no type restriction.

()

Source from the content-addressed store, hash-verified

41 * Creates a sequence with no type restriction.
42 */
43 public Sequence() {
44 this(null);
45 }
46
47 /**
48 * Creates a sequence constrained to the supplied type.

Callers

nothing calls this directly

Calls 2

addAllMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected