Schnittstelle Int2IntConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Integer>, Int2IntMap, IntUnaryOperator, IntUnaryOperator, Map<Integer,Integer>
Alle bekannten Implementierungsklassen:
Int2IntConcurrentOpenHashMap

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