Searched defs:REVERSE_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DCollections.java93 private static final int REVERSE_THRESHOLD = 18; field in class:Collections
423 if (size < REVERSE_THRESHOLD || list instanceof RandomAccess) {

Completed in 49 milliseconds