Class Summary |
DirectArraySizeSelector |
The Direct Array Size Selector always recommends array growth by
a single, fixed, size. |
ExponentialRatioArraySizeSelector |
The Exponential Array Sizer recommends an array size. |
IntList |
An int list provides a list of int types, maintained in an array. |
LinearArraySizeSelector |
A LinearArraySizeSelector recommends that an array be resized based on
it's current size, multipled by a constant scalar value. |
StuntedArraySizeSelector |
A StuntedArraySizeSelector prohibits the growth of an array beyond it's
origional size. |