T
public interface PagedList<T> extends Iterable<T>
get(int index)
Page
getPage()
int
getPageCount()
size()
long
totalSize()
forEach, iterator, spliterator
long totalSize()
Page getPage()
int getPageCount()
int size()
T get(int index)
Copyright © 2020 com.github.braisdom. All rights reserved.