MCPcopy
hub / github.com/careercup/ctci / index

Method index

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

Source from the content-addressed store, hash-verified

11 }
12
13 public int index() {
14 return index;
15 }
16
17 public void add(int d) {
18 if (!disks.isEmpty() && disks.peek() <= d) {

Callers 2

printMethod · 0.95
make_changeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected