Skip to main content

SynchronizedArrayList

class SynchronizedArrayList

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 SynchronizedArrayList
implements SynchronizedList