Set s = Collections.synchronizedSet(new HashSet(...)); The Iterators returned by HashSet's iterator method are fail-fast: if the HashSet is modified at any ...
確定! 回上一頁