Schnittstelle Int2ShortConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Short>, Int2ShortFunction, Int2ShortMap, Map<Integer,Short>
Alle bekannten Implementierungsklassen:
Int2ShortConcurrentOpenHashMap

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