Class SynchronizedByteIntMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteIntMap
All Implemented Interfaces:
Serializable, IntIterable, ByteIntMap, IntValuesMap, MutableByteIntMap, MutableIntValuesMap, PrimitiveIterable

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

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

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