Schnittstelle Long2IntConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Long,Integer>, Long2IntFunction, Long2IntMap, LongToIntFunction, Map<Long,Integer>
Alle bekannten Implementierungsklassen:
Long2IntConcurrentOpenHashMap

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