Class PaginationResult<O>

java.lang.Object
org.nuiton.util.pagination.PaginationResult<O>
All Implemented Interfaces:
java.io.Serializable

public class PaginationResult<O>
extends java.lang.Object
implements java.io.Serializable
Represents the result of a pagination request. It contains the result elements together with the PaginationParameter used to compute it. The class also contains methods to navigate through the other pages.
Since:
3.0
Author:
Arnaud Thimel (Code Lutin)
See Also:
Serialized Form