Searched refs:REVERSE_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
105 private static final int REVERSE_THRESHOLD = 18; field in Collections449 if (size < REVERSE_THRESHOLD || list instanceof RandomAccess) { in reverse()