Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java919 int newCapacity = calculateNewCapacity(); in growIfNeeded()
927 private int calculateNewCapacity() { in calculateNewCapacity() method in MinMaxPriorityQueue