I would like to do something like this:
private ArrayList<String[]> addresses = new ArrayList<String[3]>();
This does not seem to work. Whats the easiest way of storing multiple addresses with 3 fields per address in an array without creating a separate class for it?