Searched refs:TREEIFY_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java370 static final int TREEIFY_THRESHOLD = 8; field in class:ConcurrentHashMap
374 * resize operation. Should be less than TREEIFY_THRESHOLD, and at
382 * The value should be at least 4 * TREEIFY_THRESHOLD to avoid
872 if (binCount >= TREEIFY_THRESHOLD)
1298 if (insertAtFront && binCount >= TREEIFY_THRESHOLD) {

Completed in 70 milliseconds