In Java, it is legal to addAll() an empty list to Collections.emptyList. In GWT, it is not, throwing an UnsupportedOperationException. Sample code: public void ...
確定! 回上一頁