public class DynamicIntegerArray
extends java.lang.Object
A growable array of ints. Designed for performance, so watch your fingers -
not guaranteed to zero out values if the array is grown via setSize; not
guaranteed to behave if you mess directly with the size variable, etc. All
the power is there if you need it, just don't shoot your foot off.