Class SynchronizedObjectFloatMap<K>

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedObjectFloatMap<K>
All Implemented Interfaces:
Serializable, FloatIterable, MutableObjectFloatMap<K>, ObjectFloatMap<K>, PrimitiveIterable

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

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

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