net.cnri.do_api
Class Repository.QueryResults

java.lang.Object
  extended by net.cnri.do_api.Repository.QueryResults
Enclosing class:
Repository

public class Repository.QueryResults
extends java.lang.Object


Constructor Summary
Repository.QueryResults(Repository.CloseableIterator<HeaderSet> iter, int totalMatches)
           
 
Method Summary
 Repository.CloseableIterator<HeaderSet> getIterator()
           
 int getTotalMatches()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repository.QueryResults

public Repository.QueryResults(Repository.CloseableIterator<HeaderSet> iter,
                               int totalMatches)
Method Detail

getIterator

public Repository.CloseableIterator<HeaderSet> getIterator()

getTotalMatches

public int getTotalMatches()