Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
newElementArray
Method · 0.95
size
Method · 0.65
iterator
Method · 0.65
hasNext
Method · 0.65
next
Method · 0.65
Tested by
no test coverage detected