Class SynchronizedLongStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedLongStack
All Implemented Interfaces:
Serializable, LongIterable, OrderedLongIterable, PrimitiveIterable, LongStack, MutableLongStack

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

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

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