Class ArrayListFactory<T>

java.lang.Object
io.quarkus.runtime.configuration.ArrayListFactory<T>
All Implemented Interfaces:
IntFunction<ArrayList<T>>

public final class ArrayListFactory<T> extends Object implements IntFunction<ArrayList<T>>
A helper class to produce a right-sized array list.