Class SynchronizedByteLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteLongMap
All Implemented Interfaces:
Serializable, LongIterable, ByteLongMap, LongValuesMap, MutableByteLongMap, MutableLongValuesMap, PrimitiveIterable

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

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

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