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

Method Vector

vm/JavaAPI/src/java/util/Vector.java:61–63  ·  view source on GitHub ↗

Constructs a new vector using the default capacity.

()

Source from the content-addressed store, hash-verified

59 * Constructs a new vector using the default capacity.
60 */
61 public Vector() {
62 this(DEFAULT_SIZE, 0);
63 }
64
65 /**
66 * 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