Collections.synchronizedListでラップされたリストを拡張for文(for-each)で反復処理する際、ConcurrentModificationExceptionを防ぐために必要な措置はどれか。

リスト自体でsynchronizedブロックを使用する