Use ArrayList instead of Vector

Vector is an outdated data structure and ArrayList should be preferred
as it is faster.

Change-Id: I0e7d5882969cf4560c5c68f03684f49b5e619801
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
4 files changed