Searched refs:endIndex1 (Results 1 – 2 of 2) sorted by relevance
48 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local51 endIndex1 = Integer.MAX_VALUE; in hasDuplicatedItems()54 endIndex1 = startIndex1 + pageSize1 - 1; in hasDuplicatedItems()65 if (startIndex1 <= startIndex2 && startIndex2 <= endIndex1) { in hasDuplicatedItems()67 } else if (startIndex1 <= endIndex2 && endIndex2 <= endIndex1) { in hasDuplicatedItems()
56 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local59 endIndex1 = Integer.MAX_VALUE; in hasDuplicatedItems()62 endIndex1 = startIndex1 + pageSize1 - 1; in hasDuplicatedItems()74 return !(endIndex1 < startIndex2 || endIndex2 < startIndex1); in hasDuplicatedItems()