Schnittstelle Object2DoubleConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Double>, Map<T,Double>, Object2DoubleMap<T>, ToDoubleFunction<T>, ToDoubleFunction<T>
Alle bekannten Implementierungsklassen:
Object2DoubleConcurrentOpenHashMap

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