Schnittstelle Int2LongConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Long>, Int2LongFunction, Int2LongMap, IntToLongFunction, Map<Integer,Long>
Alle bekannten Implementierungsklassen:
Int2LongConcurrentOpenHashMap

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