public class PagingUtil extends Object
PagingUtil()
static <T> Pager<T>
page(List<T> dataList, int offset, int limit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PagingUtil()
public static <T> Pager<T> page(List<T> dataList, int offset, int limit)
T
dataList
offset
limit
Copyright © 2025. All rights reserved.