這個Item主要提倡使用Lambda去取代Anonymous Class。以書中Sort的例子來說: Collections.sort(words, new Comparator<String>() { public int ...
確定! 回上一頁