Class SynchronizedObjectLongMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectLongMap<K>
All Implemented Interfaces:
Serializable, LongIterable, MutableObjectLongMap<K>, ObjectLongMap<K>, PrimitiveIterable

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

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

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