Class SynchronizedCharByteMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedCharByteMap
All Implemented Interfaces:
Serializable, ByteIterable, ByteValuesMap, CharByteMap, MutableByteValuesMap, MutableCharByteMap, PrimitiveIterable

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

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

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