net.spy.memcached.protocol.couch
Class ViewResponseReduced

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

public class ViewResponseReduced
extends Object
implements ViewResponse<RowReduced>


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

Constructor Detail

ViewResponseReduced

public ViewResponseReduced(Collection<RowReduced> r,
                           Collection<RowError> e)
Method Detail

getErrors

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

size

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

iterator

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

toString

public String toString()
Overrides:
toString in class Object