Schnittstelle Object2IntConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Integer>, Map<T,Integer>, Object2IntMap<T>, ToIntFunction<T>, ToIntFunction<T>
Alle bekannten Implementierungsklassen:
Object2IntConcurrentOpenHashMap

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