Package com.db4o.internal.slots
Class SlotChangeFactory
- java.lang.Object
- 
- com.db4o.internal.slots.SlotChangeFactory
 
- 
 public class SlotChangeFactory extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description static SlotChangeFactoryFREE_SPACEstatic SlotChangeFactoryID_SYSTEMstatic SlotChangeFactorySYSTEM_OBJECTSstatic SlotChangeFactoryUSER_OBJECTS
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SlotChangenewInstance(int id)
 
- 
- 
- 
Field Detail- 
USER_OBJECTSpublic static final SlotChangeFactory USER_OBJECTS 
 - 
SYSTEM_OBJECTSpublic static final SlotChangeFactory SYSTEM_OBJECTS 
 - 
ID_SYSTEMpublic static final SlotChangeFactory ID_SYSTEM 
 - 
FREE_SPACEpublic static final SlotChangeFactory FREE_SPACE 
 
- 
 - 
Method Detail- 
newInstancepublic SlotChange newInstance(int id) 
 
- 
 
-