Package org.apache.iotdb.db.utils
Class CopyOnReadLinkedList<T>
- java.lang.Object
-
- org.apache.iotdb.db.utils.CopyOnReadLinkedList<T>
-
- Type Parameters:
T-
public class CopyOnReadLinkedList<T> extends java.lang.Objectthis class can just guarantee some behavior in a concurrent thread safety mode:
-
-
Constructor Summary
Constructors Constructor Description CopyOnReadLinkedList()
-