Schnittstelle Double2LongConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Double,Long>, Double2LongFunction, Double2LongMap, DoubleToLongFunction, Map<Double,Long>
Alle bekannten Implementierungsklassen:
Double2LongConcurrentOpenHashMap

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