MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / empty

Method empty

validating/CircularQueue.java:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 assert invariant();
20 }
21 public boolean empty() {
22 return !wrapped && in == out;
23 }
24 public boolean full() {
25 return wrapped && in == out;
26 }

Callers 8

getMethod · 0.95
dumpMethod · 0.95
mainMethod · 0.45
mainMethod · 0.45
testMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected