Class SynchronizedByteFloatMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedByteFloatMap
All Implemented Interfaces:
Serializable, FloatIterable, ByteFloatMap, FloatValuesMap, MutableByteFloatMap, MutableFloatValuesMap, PrimitiveIterable

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

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

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