MCPcopy Create free account
hub / github.com/Tiwarishashwat/InterviewCodes / isFull

Method isFull

DesignAStackWithIncrements.java:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 private boolean isFull(){
48 return (size == capacity);
49 }
50
51 private boolean isEmpty(){
52 return (size == 0);

Callers 1

pushMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected