Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runSmallGambit
Method · 0.80
classify
Method · 0.80
cluster
Method · 0.80
expandClusterOrder
Method · 0.80
expandCluster
Method · 0.80
cluster
Method · 0.80
Calls
1
removeHeapNode
Method · 0.95
Tested by
1
runSmallGambit
Method · 0.64