| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.ivoa.registry.search.SearchResults
public abstract class SearchResults
this class provides iterator access to the results of a registry search
| Method Summary | |
|---|---|
|  int | getRetrievedCount()return the total number of records downloaded from the registry so far. | 
|  boolean | hasNext()return true if next() will return a result | 
|  boolean | hasPrevious()return true if previous() will return a result | 
|  boolean | isCountFinal()return whether all of the matched records have be retrieved from the registry. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public int getRetrievedCount()
public boolean isCountFinal()
public boolean hasNext()
public boolean hasPrevious()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||