Class SynchronizedShortList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedShortCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedShortList
All Implemented Interfaces:
Serializable, MutableShortCollection, MutableShortList, ShortList, OrderedShortIterable, ReversibleShortIterable, PrimitiveIterable, ShortIterable

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