public class Page<T> extends Object
Page()
Page(int count, List<T> list)
int
getCount()
List<T>
getList()
void
setCount(int count)
setList(List<T> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Page()
public Page(int count, List<T> list)
public int getCount()
public void setCount(int count)
public List<T> getList()
public void setList(List<T> list)
Copyright © 2021–2022. All rights reserved.