Uses of Class
net.spy.memcached.protocol.couch.RowWithDocs

Packages that use RowWithDocs
net.spy.memcached.protocol.couch   
 

Uses of RowWithDocs in net.spy.memcached.protocol.couch
 

Methods in net.spy.memcached.protocol.couch that return types with arguments of type RowWithDocs
 Iterator<RowWithDocs> ViewResponseWithDocs.iterator()
           
 

Constructor parameters in net.spy.memcached.protocol.couch with type arguments of type RowWithDocs
ViewResponseWithDocs(Collection<RowWithDocs> r, Collection<RowError> e)