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

Method less

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

Helper functions for compares and swaps.

(int i, int j)

Source from the content-addressed store, hash-verified

137 * Helper functions for compares and swaps.
138 ***************************************************************************/
139 private boolean less(int i, int j) {
140 return i < j;
141 }
142
143 private void exch(int i, int j) {
144 int swap = pq[i];

Callers 3

swimMethod · 0.95
sinkMethod · 0.95
isMaxHeapOrderedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected