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

Method poll

JSAT/src/jsat/utils/IntPriorityQueue.java:351–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 @Override
352 public Integer poll()
353 {
354 if(isEmpty())
355 return null;
356 return removeHeapNode(0);
357 }
358
359 @Override
360 public Integer peek()

Callers 6

runSmallGambitMethod · 0.80
classifyMethod · 0.80
clusterMethod · 0.80
expandClusterOrderMethod · 0.80
expandClusterMethod · 0.80
clusterMethod · 0.80

Calls 1

removeHeapNodeMethod · 0.95

Tested by 1

runSmallGambitMethod · 0.64