Schnittstelle Int2DoubleConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, IntToDoubleFunction, Map<Integer,Double>
Alle bekannten Implementierungsklassen:
Int2DoubleConcurrentOpenHashMap

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