public class Page<T> extends Object implements Serializable
protected long
current
pages
protected List<T>
records
size
total
Page(long current, long size, long total, List<T> records)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected List<T> records
protected long total
protected long size
protected long current
protected long pages
public Page(long current, long size, long total, List<T> records)
Copyright © 2024. All rights reserved.