Schnittstelle Float2LongConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Float,Long>, Float2LongFunction, Float2LongMap, Map<Float,Long>
Alle bekannten Implementierungsklassen:
Float2LongConcurrentOpenHashMap

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