Schnittstelle Float2IntConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Float,Integer>, Float2IntFunction, Float2IntMap, Map<Float,Integer>
Alle bekannten Implementierungsklassen:
Float2IntConcurrentOpenHashMap

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