Class SynchronizedObjectByteMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectByteMap<K>
All Implemented Interfaces:
Serializable, ByteIterable, MutableObjectByteMap<K>, ObjectByteMap<K>, PrimitiveIterable

public class SynchronizedObjectByteMap<K>
extends Object
implements MutableObjectByteMap<K>, Serializable
A synchronized view of a MutableObjectByteMap. It is imperative that the user manually synchronize on the collection when iterating over it using the ByteIterator as per Collections.synchronizedCollection(Collection).

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

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