I\'m not too concerned about time efficiency (the operation will be rare), but rather about memory efficiency: Can I grow the array without temporarily having all th
Have you looked at GNU Trove for highly efficient java collections? Their collections store primatives directly for much better memory usage.