Class SynchronizedCharBooleanMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharBooleanMap
All Implemented Interfaces:
Serializable, BooleanIterable, BooleanValuesMap, CharBooleanMap, MutableBooleanValuesMap, MutableCharBooleanMap, PrimitiveIterable

public class SynchronizedCharBooleanMap
extends Object
implements MutableCharBooleanMap, Serializable
A synchronized view of a MutableCharBooleanMap. 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:
MutableCharBooleanMap.asSynchronized(), MutableMap.asSynchronized(), Serialized Form