Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DCollections2.java432 List<E> sortedInputList, Comparator<? super E> comparator) { in calculateSize() argument
436 while (n < sortedInputList.size()) { in calculateSize()
438 sortedInputList.get(n - 1), sortedInputList.get(n)); in calculateSize()