CopyOnWriteArrayList中对数组的修改的方法中,为什么要多一步final ReentrantLock lock = this.lock;直接this.lock.lock()不是也可以吗?
5