net.spy.memcached.protocol.couch
Class ViewResponseNoDocs

java.lang.Object
  extended by net.spy.memcached.protocol.couch.ViewResponseNoDocs
All Implemented Interfaces:
Iterable<RowNoDocs>, ViewResponse<RowNoDocs>

public class ViewResponseNoDocs
extends Object
implements ViewResponse<RowNoDocs>


Constructor Summary
ViewResponseNoDocs(Collection<RowNoDocs> r, Collection<RowError> e)
           
 
Method Summary
 Collection<RowError> getErrors()
           
 Iterator<RowNoDocs> iterator()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewResponseNoDocs

public ViewResponseNoDocs(Collection<RowNoDocs> r,
                          Collection<RowError> e)
Method Detail

getErrors

public Collection<RowError> getErrors()
Specified by:
getErrors in interface ViewResponse<RowNoDocs>

size

public int size()
Specified by:
size in interface ViewResponse<RowNoDocs>

iterator

public Iterator<RowNoDocs> iterator()
Specified by:
iterator in interface Iterable<RowNoDocs>

toString

public String toString()
Overrides:
toString in class Object