public class CollectionInfo<T> extends Object
| Constructor and Description |
|---|
CollectionInfo(Integer pageIndex,
Integer pageSize,
Integer totalPages,
Collection<T> content) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
getContent() |
Integer |
getPageIndex() |
Integer |
getPageSize() |
Integer |
getTotalPages() |
public CollectionInfo(Integer pageIndex, Integer pageSize, Integer totalPages, Collection<T> content)
public Integer getPageIndex()
public Integer getPageSize()
public Integer getTotalPages()
public Collection<T> getContent()
Copyright © 2014–2016. All rights reserved.