Class SynchronizedShortStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedShortStack
All Implemented Interfaces:
Serializable, OrderedShortIterable, PrimitiveIterable, ShortIterable, MutableShortStack, ShortStack

public class SynchronizedShortStack
extends Object
implements MutableShortStack, Serializable
A synchronized view of a MutableShortStack. It is imperative that the user manually synchronize on the collection when iterating over it using the ShortIterator, as per Collections.synchronizedCollection(Collection).

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

Since:
3.1.
See Also:
MutableShortStack.asSynchronized(), MutableStack.asSynchronized(), Serialized Form