Interface Pageable<T>
-
- All Known Implementing Classes:
AnnotationList,Collection,SearchResult
public interface Pageable<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetNext()TgetPrevious()IntegergetStartIndex()voidsetNext(T next)voidsetPrevious(T previous)voidsetStartIndex(int startIndex)
-