MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / CustomStack

Method CustomStack

Programs/Stack.java:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 Node top = null;
33
34 public CustomStack(){
35 }
36
37 public int size(){
38 return length;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected