MCPcopy Create free account
hub / github.com/apple/foundationdb / pop

Method pop

recipes/java-recipes/MicroPriority.java:70–72  ·  view source on GitHub ↗
(TransactionContext tcx)

Source from the content-addressed store, hash-verified

68
69 // Pop--assumes min priority queue..
70 public static Object pop(TransactionContext tcx){
71 return pop(tcx,false);
72 }
73
74 // Pop--allows for either max or min priority queue.
75 public static Object pop(TransactionContext tcx, final boolean max){

Callers 1

smokeTestMethod · 0.95

Calls 1

runMethod · 0.65

Tested by

no test coverage detected