Container.defaultLoadFactor

default load factor for a non-empty hashmap. The hash table is resized when the proportion of elements per buckets exceeds this limit

struct Container
static
float defaultLoadFactor;

Meta