Class SynchronizedByteCharMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteCharMap
All Implemented Interfaces:
Serializable, CharIterable, ByteCharMap, CharValuesMap, MutableByteCharMap, MutableCharValuesMap, PrimitiveIterable

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

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

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