public interface SearchList extends List<SearchResult>
| Modifier and Type | Method and Description |
|---|---|
int |
getFullSize() |
int |
getStart() |
Iterator<SearchResult> |
iterator(int startAt)
get an Iterator starting at
|
Iterator<SearchResult> iterator(int startAt)
startAt - int getFullSize()
int getStart()
Copyright © 2003-2016 Sakai Project. All Rights Reserved.