Challenge Overview
Design a Java-based "Paging Manager" which, at a high level, abstracts the business logic behind paging or slicing a set of Java objects, which are displayed to the user in "chunks" instead of all at once. This paging manager will provide a client programming API, as described in the requirements specification, which allows generic usage of the component, using Java generics, so that the paged objects are type-checked.
Final Submission Guidelines
NA