Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java531 static final int MIN_TREEIFY_CAPACITY = 64; field in ConcurrentHashMap
2645 if ((n = tab.length) < MIN_TREEIFY_CAPACITY) in treeifyBin()