HashMap.threshold

The next size value at which to resize (capacity * load factor).

@serial

class HashMap(K, V)
int threshold;

Meta