MCPcopy
hub / github.com/wangzheng0822/algo / isFull

Method isFull

java/06_linkedlist/LRUBasedArray.java:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 public boolean isFull() {
109 return count == capacity;
110 }
111
112 @Override
113 public String toString() {

Callers 1

offerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected