HashMap.MIN_TREEIFY_CAPACITY

The smallest table capacity for which bins may be treeified. (Otherwise the table is resized if too many nodes in a bin.) Should be at least 4 * TREEIFY_THRESHOLD to avoid conflicts between resizing and treeification thresholds.

class HashMap(K, V)
enum int MIN_TREEIFY_CAPACITY;

Meta