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

Method isEmpty

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

Source from the content-addressed store, hash-verified

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

Callers 12

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.80
mainMethod · 0.80
showMethod · 0.80
initializationMethod · 0.80
tRemoveMethod · 0.80
basicTestMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
testMethod · 0.80

Calls

no outgoing calls

Tested by 4

mainMethod · 0.76
mainMethod · 0.64
initializationMethod · 0.64
tRemoveMethod · 0.64