MCPcopy Create free account
hub / github.com/LFYSec/MScan / isEmpty

Method isEmpty

src/test/resources/cha/MaxPQ.java:45–47  ·  view source on GitHub ↗

Returns true if this priority queue is empty. @return true if this priority queue is empty; false otherwise

()

Source from the content-addressed store, hash-verified

43 * {@code false} otherwise
44 */
45 public boolean isEmpty() {
46 return n == 0;
47 }
48
49 /**
50 * Returns the number of ints on this priority queue.

Callers 2

maxMethod · 0.95
delMaxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected