MCPcopy Index your code
hub / github.com/careercup/ctci / size

Method size

java/Chapter 3/Question3_5/MyQueue.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public int size() {
14 return stackNewest.size() + stackOldest.size();
15 }
16
17 public void add(T value) {
18 // Push onto stack1

Callers 5

mainMethod · 0.95
mergesortMethod · 0.45
getLastStackMethod · 0.45
popMethod · 0.45
leftShiftMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected