* The iterators returned by this class's iterator method are * fail-fast: if the set is modified at any time after the iterator is * created, in any way except through the iterator's own remove * method, the Iterator throws a {@link ConcurrentModificationException}. * Thus, in the face of concurrent...
* The iterators returned by this class's iterator method are * fail-fast: if the set is modified at any time after the iterator is * created, in any way except through the iterator's own remove * method, the Iterator throws a {@link ConcurrentModificationException}. * Thus, in the fac...