MCPcopy
hub / github.com/questdb/questdb / fill

Method fill

core/src/main/java/io/questdb/std/ObjectPool.java:128–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 private void fill() {
129 for (int i = 0; i < size; i++) {
130 list.add(factory.newInstance());
131 }
132 }
133}

Callers 3

ObjectPoolMethod · 0.95
resetCapacityMethod · 0.95
expandMethod · 0.95

Calls 2

addMethod · 0.65
newInstanceMethod · 0.65

Tested by

no test coverage detected