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

Method isEmpty

Programs/Stack.java:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 public boolean isEmpty(){
42 return length == 0;
43 }
44
45 public void push(int data) {
46 Node tempNode = new Node(data);

Callers 6

popMethod · 0.95
peekMethod · 0.95
BFSMethod · 0.80
viewTaskMethod · 0.80
mainMethod · 0.80
actionPerformedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected