Uses of Class
com.db4o.internal.ids.IdSlotMapping
- 
Packages that use IdSlotMapping Package Description com.db4o.internal.ids 
- 
- 
Uses of IdSlotMapping in com.db4o.internal.idsMethods in com.db4o.internal.ids that return IdSlotMapping Modifier and Type Method Description static IdSlotMappingIdSlotMapping. read(ByteArrayBuffer buffer)IdSlotMappingBTreeIdSystem.IdSlotMappingHandler. readIndexEntry(Context context, ByteArrayBuffer buffer)Methods in com.db4o.internal.ids with parameters of type IdSlotMapping Modifier and Type Method Description PreparedComparisonBTreeIdSystem.IdSlotMappingHandler. prepareComparison(Context context, IdSlotMapping sourceMapping)voidBTreeIdSystem.IdSlotMappingHandler. writeIndexEntry(Context context, ByteArrayBuffer buffer, IdSlotMapping mapping)Method parameters in com.db4o.internal.ids with type arguments of type IdSlotMapping Modifier and Type Method Description voidBTreeIdSystem. traverseIds(Visitor4<IdSlotMapping> visitor)
 
-