Class SynchronizedFloatByteMap

java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.SynchronizedFloatByteMap
All Implemented Interfaces:
Serializable, ByteIterable, ByteValuesMap, FloatByteMap, MutableByteValuesMap, MutableFloatByteMap, PrimitiveIterable

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

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

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