Schnittstelle Object2ObjectConcurrentMap<T,V>

Typparameter:
T - the keyType of elements maintained by this Collection
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,V>, Function<T,V>, Map<T,V>, Object2ObjectMap<T,V>, UnaryOperator<T,V>
Alle bekannten Implementierungsklassen:
Object2ObjectConcurrentOpenHashMap

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