MCPcopy 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

containsMethod · 0.45
addWordMethod · 0.45
convertToBaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected