Class CacheContributingObjectReader
- java.lang.Object
- 
- com.db4o.cs.internal.objectexchange.CacheContributingObjectReader
 
- 
 public class CacheContributingObjectReader extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description CacheContributingObjectReader(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator4<Pair<java.lang.Integer,ByteArrayBuffer>>buffers()FixedSizeIntIterator4iterator()
 
- 
- 
- 
Constructor Detail- 
CacheContributingObjectReaderpublic CacheContributingObjectReader(ClientTransaction transaction, ClientSlotCache slotCache, ByteArrayBuffer reader) 
 
- 
 - 
Method Detail- 
bufferspublic Iterator4<Pair<java.lang.Integer,ByteArrayBuffer>> buffers() 
 - 
iteratorpublic FixedSizeIntIterator4 iterator() 
 
- 
 
-