One way to initialize a list without any library is as in snippet 1. List<String> mutableList = new ArrayList(); mutableList.add("E1"); ...
確定! 回上一頁