import com.google.common.collect.ImmutableList;....List<String> places = ImmutableList.of("Buenos Aires", "Córdoba", "La Plata");
↧
Answer by George for Initialization of an ArrayList in one line
↧