Class SynchronizedLongLongMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedLongLongMap
All Implemented Interfaces:
Serializable, LongIterable, LongLongMap, LongValuesMap, MutableLongLongMap, MutableLongValuesMap, PrimitiveIterable

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