MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition / 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 6

containsMethod · 0.45
addWordMethod · 0.45
isInOrderMethod · 0.45
convertFromBaseMethod · 0.45
permutationMethod · 0.45
isInOrderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected