Searched refs:startIndex (Results 1 – 1 of 1) sorted by relevance
107 int startIndex = (page % pageSize == 0 ? 9 : page % pageSize - 1) * pageSize; in Pagination() local111 if (startIndex <= iteratorIndex && iteratorIndex < startIndex + this.pageSize) in Pagination()