Class SynchronizedBooleanSet

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedBooleanCollection
org.eclipse.collections.impl.set.mutable.primitive.SynchronizedBooleanSet
All Implemented Interfaces:
Serializable, BooleanIterable, MutableBooleanCollection, PrimitiveIterable, BooleanSet, MutableBooleanSet

public class SynchronizedBooleanSet extends AbstractSynchronizedBooleanCollection implements MutableBooleanSet
A synchronized view of a MutableBooleanSet. 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 synchronizedPrimitiveSet.stg.

Since:
3.1.
See Also: