org.sakaiproject.search.api
Interface SearchList

All Superinterfaces:
Collection<SearchResult>, Iterable<SearchResult>, List<SearchResult>

public interface SearchList
extends List<SearchResult>

Author:
ieb

Method Summary
 int getFullSize()
           
 int getStart()
           
 Iterator<SearchResult> iterator(int startAt)
          get an Iterator starting at
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

iterator

Iterator<SearchResult> iterator(int startAt)
get an Iterator starting at

Parameters:
startAt -
Returns:

getFullSize

int getFullSize()
Returns:
Get the full size of all the search results

getStart

int getStart()
Returns:
the start of the list


Copyright © 2003-2012 Sakai Project. All Rights Reserved.