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