I wanted to create a list of options for testing purposes. At first, I did this:
ArrayList places = new ArrayList(); places.add(\
import com.google.common.collect.ImmutableList; .... List places = ImmutableList.of("Buenos Aires", "Córdoba", "La Plata");