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

Method isFull

DesignCircularDeque.java:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 }
70
71 public boolean isFull() {
72 return (size==capacity);
73 }
74}
75
76/**

Callers 2

insertFrontMethod · 0.95
insertLastMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected