Uses of Interface
com.db4o.io.GrowthStrategy
- 
Packages that use GrowthStrategy Package Description com.db4o.io 
- 
- 
Uses of GrowthStrategy in com.db4o.ioClasses in com.db4o.io that implement GrowthStrategy Modifier and Type Class Description classConstantGrowthStrategyStrategy for file/byte array growth by a constant factorclassDoublingGrowthStrategyStrategy for file/byte array growth that will always double the current sizeConstructors in com.db4o.io with parameters of type GrowthStrategy Constructor Description MemoryBin(byte[] bytes, GrowthStrategy growthStrategy)MemoryBin(int initialSize, GrowthStrategy growthStrategy)MemoryStorage(GrowthStrategy growthStrategy)
 
-