MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / Vector

Method Vector

Ports/CLDC11/src/java/util/Vector.java:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51
52 /// Constructs a new vector using the default capacity.
53 public Vector() {
54 this(DEFAULT_SIZE, 0);
55 }
56
57 /// Constructs a new vector using the specified capacity.
58 ///

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