Searched refs:MIN_TREEIFY_CAPACITY (Results 1 – 1 of 1) sorted by relevance
531 static final int MIN_TREEIFY_CAPACITY = 64; field in ConcurrentHashMap2645 if ((n = tab.length) < MIN_TREEIFY_CAPACITY) in treeifyBin()