Class SynchronizedBooleanStack

java.lang.Object
org.eclipse.collections.impl.stack.mutable.primitive.SynchronizedBooleanStack
All Implemented Interfaces:
Serializable, BooleanIterable, OrderedBooleanIterable, PrimitiveIterable, BooleanStack, MutableBooleanStack

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

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

Since:
3.1.
See Also: