public class DoublingGrowthStrategy extends java.lang.Object implements GrowthStrategy
| Constructor and Description |
|---|
DoublingGrowthStrategy() |
| Modifier and Type | Method and Description |
|---|---|
long |
newSize(long curSize,
long requiredSize)
returns the incremented size after the growth
strategy has been applied
|
public long newSize(long curSize,
long requiredSize)
GrowthStrategynewSize in interface GrowthStrategycurSize - the original size