Schnittstelle Float2ObjectConcurrentMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<Float,V>, Float2ObjectMap<V>, FloatFunction<V>, Map<Float,V>
Alle bekannten Implementierungsklassen:
Float2ObjectConcurrentOpenHashMap

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