Class SynchronizedLongBooleanMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongBooleanMap
All Implemented Interfaces:
Serializable, BooleanIterable, BooleanValuesMap, LongBooleanMap, MutableBooleanValuesMap, MutableLongBooleanMap, PrimitiveIterable

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

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

Since:
3.1.
See Also:
MutableLongBooleanMap.asSynchronized(), MutableMap.asSynchronized(), Serialized Form