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

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java385 static final int MIN_TREEIFY_CAPACITY = 64; field in class:ConcurrentHashMap
1813 if ((n = tab.length) < MIN_TREEIFY_CAPACITY) {

Completed in 29 milliseconds