MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / toString

Method toString

onjava/Stack.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 public T pop() { return storage.pop(); }
15 public boolean isEmpty() { return storage.isEmpty(); }
16 @Override public String toString() {
17 return storage.toString();
18 }
19}

Callers 3

getMethod · 0.45
valueMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by 1

showMethod · 0.36