Class SynchronizedByteByteMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteByteMap
All Implemented Interfaces:
Serializable, ByteIterable, ByteByteMap, ByteValuesMap, MutableByteByteMap, MutableByteValuesMap, PrimitiveIterable

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