MCPcopy Create free account
hub / github.com/questdb/questdb / pop

Method pop

core/src/main/java/io/questdb/std/Pool.java:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27public interface Pool<T> {
28 T pop();
29
30 boolean push(T obj);
31}

Callers 15

onEventMethod · 0.65
tryPostfixToInfixMethod · 0.65
assertAvgFuzzMethod · 0.65
assertSumFuzzMethod · 0.65
testPopPushMethod · 0.65
testPopPushMethod · 0.65
pushPopMethod · 0.65
testPopPushMethod · 0.65
testSelfReturnOnCloseMethod · 0.65

Implementers 6

RequestStatePoolcore/src/main/java/io/questdb/cutlass/
ConcurrentPoolcore/src/main/java/io/questdb/mp/Concu
IntStackcore/src/main/java/io/questdb/std/IntS
ObjStackcore/src/main/java/io/questdb/std/ObjS
WeakObjectPoolBasecore/src/main/java/io/questdb/std/Weak
LongStackcore/src/main/java/io/questdb/std/Long

Calls

no outgoing calls

Tested by 11

onEventMethod · 0.52
tryPostfixToInfixMethod · 0.52
assertAvgFuzzMethod · 0.52
assertSumFuzzMethod · 0.52
testPopPushMethod · 0.52
testPopPushMethod · 0.52
pushPopMethod · 0.52
testPopPushMethod · 0.52
testSelfReturnOnCloseMethod · 0.52