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