MCPcopy Create free account
hub / github.com/Seogeurim/CS-study / size

Method size

contents/data-structure/code/Stack/ArrayStack.java:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 @Override
17 public int size() {
18 return top + 1;
19 }
20
21 @Override
22 public boolean isEmpty() {

Callers 1

pushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected