Schnittstelle Double2IntConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Double,Integer>, Double2IntFunction, Double2IntMap, DoubleToIntFunction, Map<Double,Integer>
Alle bekannten Implementierungsklassen:
Double2IntConcurrentOpenHashMap

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