MCPcopy Index your code
hub / github.com/Tiwarishashwat/InterviewCodes / isEmpty

Method isEmpty

DesignAStackWithIncrements.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 private boolean isEmpty(){
52 return (size == 0);
53 }
54}
55
56/**

Callers 2

popMethod · 0.95
incrementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected