Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ length
Method
length
java/CtCILibrary/CtCILibrary/BitVector.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
public
int
length() {
18
return
length;
19
}
20
21
public
boolean get(
int
i) {
22
int
b = vector[i / DATA_SIZE];
Callers
3
contains
Method · 0.45
addWord
Method · 0.45
convertToBase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected