MCPcopy Create free account
hub / github.com/davidgiven/luje / Vector

Method Vector

lib/java/util/Vector.java:66–68  ·  view source on GitHub ↗

Constructs a new vector using the default capacity.

()

Source from the content-addressed store, hash-verified

64 * Constructs a new vector using the default capacity.
65 */
66 public Vector() {
67 this(DEFAULT_SIZE, 0);
68 }
69
70 /**
71 * Constructs a new vector using the specified capacity.

Callers

nothing calls this directly

Calls 5

newElementArrayMethod · 0.95
sizeMethod · 0.65
iteratorMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected