Simply use below code as follows.
List<String> list = new ArrayList<String>() {{ add("A"); add("B"); add("C");}};
Simply use below code as follows.
List<String> list = new ArrayList<String>() {{ add("A"); add("B"); add("C");}};