Class SynchronizedIntList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedIntCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedIntList
All Implemented Interfaces:
Serializable, MutableIntCollection, IntIterable, IntList, MutableIntList, OrderedIntIterable, ReversibleIntIterable, PrimitiveIterable

public class SynchronizedIntList
extends AbstractSynchronizedIntCollection
implements MutableIntList
A synchronized view of a MutableIntList. It is imperative that the user manually synchronize on the on the collection when iterating over it using an iterator or stream.

This file was automatically generated from template file synchronizedPrimitiveList.stg.

Since:
3.1.
See Also:
MutableIntList.asSynchronized(), MutableList.asSynchronized(), Serialized Form