55565758596061626364
*/ public SimplePaginatedList(int objectsPerPage, int currentPage) { for (int j = 1; j < 11; j++) { fullList.add(new NumberedItem(j)); } this.objectsPerPage = objectsPerPage; this.currentPage = currentPage; }