To bad Arrays.asList returns a fixed-size list. The list is backed by the given array though. The wrapping in the extra ArrayList is needed ...
確定! 回上一頁