Schnittstelle Short2LongConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Short,Long>, Map<Short,Long>, Short2LongFunction, Short2LongMap
Alle bekannten Implementierungsklassen:
Short2LongConcurrentOpenHashMap

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