Class SynchronizedIntStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedIntStack
All Implemented Interfaces:
Serializable, IntIterable, OrderedIntIterable, PrimitiveIterable, IntStack, MutableIntStack

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

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

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