Searched refs:endIndex2 (Results 1 – 1 of 1) sorted by relevance
54 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local65 endIndex2 = Integer.MAX_VALUE; in hasDuplicatedItems()68 endIndex2 = startIndex2 + pageSize2 - 1; in hasDuplicatedItems()73 } else if (startIndex1 <= endIndex2 && endIndex2 <= endIndex1) { in hasDuplicatedItems()