Schnittstelle Double2ObjectConcurrentMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<Double,V>, Double2ObjectMap<V>, DoubleFunction<V>, DoubleFunction<V>, Map<Double,V>
Alle bekannten Implementierungsklassen:
Double2ObjectConcurrentOpenHashMap

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