Schnittstelle Short2IntConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Short,Integer>, Map<Short,Integer>, Short2IntFunction, Short2IntMap
Alle bekannten Implementierungsklassen:
Short2IntConcurrentOpenHashMap

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