Package com.atlassian.bamboo.filter
Class Page<T>
- java.lang.Object
-
- com.atlassian.bamboo.filter.Page<T>
-
public class Page<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEndIndex()
List<T>
getList()
int
getStartIndex()
void
setEndIndex(int endIndex)
void
setStartIndex(int startIndex)
-