MCPcopy Create free account
hub / github.com/demoth/jake2 / Vargs

Method Vargs

qcommon/src/main/java/jake2/qcommon/util/Vargs.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 Vector v;
42
43 public Vargs() {
44 this(SIZE);
45 }
46
47 public Vargs(int initialSize) {
48 if (v != null)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected