Skip to main content

SynchronizedLinkedList

class SynchronizedLinkedList

It is a Java list (Collections.synchronizedList) that incorporates synchronization, which implies that all operations performed on the list are automatically synchronized. This type of list is used to store various types of information, such as components, transformations, and so on. This class is a "bridge" between JAVARuntime and the Java Collections.synchronizedList.


public class SynchronizedLinkedList
implements SynchronizedList