Class HashSetFactory<T>

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

public final class HashSetFactory<T> extends Object implements IntFunction<HashSet<T>>
A helper class to produce a right-sized hash set.