Class SynchronizedBooleanBag

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedBooleanCollection
org.eclipse.collections.impl.bag.mutable.primitive.SynchronizedBooleanBag
All Implemented Interfaces:
Serializable, BooleanBag, MutableBooleanBag, BooleanIterable, MutableBooleanCollection, PrimitiveIterable

public class SynchronizedBooleanBag
extends AbstractSynchronizedBooleanCollection
implements MutableBooleanBag
A synchronized view of a MutableBooleanBag. 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 synchronizedPrimitiveBag.stg.

Since:
3.1.
See Also:
MutableBooleanBag.asSynchronized(), MutableBag.asSynchronized(), Serialized Form