MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / rightChild

Method rightChild

JSAT/src/jsat/utils/IntPriorityQueue.java:341–344  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

339 }
340
341 private int rightChild(int i)
342 {
343 return 2*i+2;
344 }
345
346 private boolean childIsSmallerAndValid(int i, int child)
347 {

Callers 2

getRightMostChildMethod · 0.95
heapDownMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected