Class SynchronizedObjectBooleanMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectBooleanMap<K>
All Implemented Interfaces:
Serializable, BooleanIterable, MutableObjectBooleanMap<K>, ObjectBooleanMap<K>, PrimitiveIterable

public class SynchronizedObjectBooleanMap<K>
extends Object
implements MutableObjectBooleanMap<K>, Serializable
A synchronized view of a MutableObjectBooleanMap. 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 synchronizedObjectPrimitiveMap.stg.

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