TreeNode.UNTREEIFY_THRESHOLD

The bin count threshold for untreeifying a (split) bin during a resize operation. Should be less than TREEIFY_THRESHOLD, and at most 6 to mesh with shrinkage detection under removal.

class TreeNode(K, V)
enum int UNTREEIFY_THRESHOLD;

Meta