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
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamIterator<SearchResult> iterator(int startAt)
startAt - int getFullSize()
int getStart()
Copyright © 2003–2016 Sakai Project. All rights reserved.