Schnittstelle Object2FloatConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Float>, Map<T,Float>, Object2FloatMap<T>, ToFloatFunction<T>
Alle bekannten Implementierungsklassen:
Object2FloatConcurrentOpenHashMap

public interface Object2FloatConcurrentMap<T> extends ConcurrentMap<T,Float>, Object2FloatMap<T>
A type specific ConcurrentMap interface that reduces boxing/unboxing. Since the interface adds nothing new. It is there just for completion sake.