public class StdPagedList<E> extends Object implements IPagedList<E>
StdPagedList()
StdPagedList(int total, List<E> data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getData, getNext, getTotal
public StdPagedList()
public StdPagedList(int total, List<E> data)
Copyright © 2021. All rights reserved.