Schnittstelle Short2ShortConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Short,Short>, Map<Short,Short>, Short2ShortMap, ShortUnaryOperator
Alle bekannten Implementierungsklassen:
Short2ShortConcurrentOpenHashMap

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