如何创建并发的List实例,可以在其中按索引访问元素?JDK是否可以使用任何类或工厂方法?
java.util.concurrent中有一个并发列表实现。特别是CopyOnWriteArrayList。
java.util.concurrent
CopyOnWriteArrayList