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
Eclipse Collections has primitive ArrayLists for all primitive types, as well as primitive Sets, Bags, Stacks and Maps. There are immutable versions of all of the primitive container types as well.
Note: I am a committer for Eclipse Collections.