Is there an expandable array class in the Java API equivalent to the Vector or ArrayList class that can be used with primitives (int, char, double,
Vector
ArrayList
Joda-Primitives.
There is also Primitive Collections for Java but it's a bit out of date.