org.apache.jetspeed.search
Interface SearchResults


public interface SearchResults

Author:
Jeremy Ford

Method Summary
 ParsedObject get(int index)
           
 java.util.List<ParsedObject> getResults()
           
 java.util.List<ParsedObject> getResults(int fromIndex, int toIndex)
           
 java.util.Iterator<ParsedObject> iterator()
           
 int size()
           
 

Method Detail

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.