public interface SearchResults
Modifier and Type | Method and Description |
---|---|
ParsedObject |
get(int index) |
List<ParsedObject> |
getResults() |
List<ParsedObject> |
getResults(int fromIndex,
int toIndex) |
Iterator<ParsedObject> |
iterator() |
int |
size() |
int size()
Iterator<ParsedObject> iterator()
ParsedObject get(int index)
List<ParsedObject> getResults()
List<ParsedObject> getResults(int fromIndex, int toIndex)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.