Class SynchronizedLongList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedLongCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedLongList
All Implemented Interfaces:
Serializable, MutableLongCollection, LongList, MutableLongList, LongIterable, OrderedLongIterable, ReversibleLongIterable, PrimitiveIterable

public class SynchronizedLongList
extends AbstractSynchronizedLongCollection
implements MutableLongList
A synchronized view of a MutableLongList. 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:
MutableLongList.asSynchronized(), MutableList.asSynchronized(), Serialized Form