public class SearchResultsList extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxResult |
protected int |
size |
protected int |
startIndex |
| Constructor and Description |
|---|
SearchResultsList() |
SearchResultsList(int size,
org.apache.commons.lang3.Range<Integer> range,
List<SearchResult> searchResults) |
SearchResultsList(PagerPaginationSupport paginationSupport,
List<SearchResult> results) |
protected int startIndex
protected int maxResult
protected int size
public SearchResultsList()
public SearchResultsList(int size,
org.apache.commons.lang3.Range<Integer> range,
List<SearchResult> searchResults)
public SearchResultsList(PagerPaginationSupport paginationSupport, List<SearchResult> results)
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.