This project has retired. For details please refer to its
Attic page.
SearchResults (Jetspeed-2 Core API 2.2.2 API)
org.apache.jetspeed.search
Interface SearchResults
public interface SearchResults
- Author:
- Jeremy Ford
size
int size()
iterator
java.util.Iterator<ParsedObject> iterator()
get
ParsedObject get(int index)
getResults
java.util.List<ParsedObject> getResults()
getResults
java.util.List<ParsedObject> getResults(int fromIndex,
int toIndex)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.