Class SynchronizedDoubleStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedDoubleStack
All Implemented Interfaces:
Serializable, DoubleIterable, OrderedDoubleIterable, PrimitiveIterable, DoubleStack, MutableDoubleStack

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

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

Since:
3.1.
See Also: