Class SynchronizedBooleanList

java.lang.Object
org.eclipse.collections.impl.collection.mutable.primitive.AbstractSynchronizedBooleanCollection
org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanList
All Implemented Interfaces:
Serializable, BooleanIterable, MutableBooleanCollection, BooleanList, MutableBooleanList, OrderedBooleanIterable, ReversibleBooleanIterable, PrimitiveIterable

public class SynchronizedBooleanList extends AbstractSynchronizedBooleanCollection implements MutableBooleanList
A synchronized view of a MutableBooleanList. It is imperative that the user manually synchronize on the on the collection when iterating over it using an iterator or stream.

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

Since:
3.1.
See Also: