@Authors(value="Nikolche Mihajlovski") @Since(value="5.3.0") public interface PageableData<T>
long
getCount()
List<T>
getPage(long start, long length)
List<T> getPage(long start, long length)
long getCount()
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.