Package org.duracloud.duradmin.util
Interface Scrollable<E>
-
- All Known Implementing Classes:
ScrollableList
public interface Scrollable<E>A simple interface for lists supporting scrollable behavior result sets.- Version:
- $Id$
- Author:
- Danny Bernstein
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfirst()longgetMaxResultsPerPage()The max number of results per page; ie the page size.List<E>getResultList()Returns the results for the current "page"booleanisPreviousAvailable()voidprevious()voidsetMaxResultsPerPage(int maxResults)
-