Schnittstelle Long2ShortConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Long,Short>, Long2ShortFunction, Long2ShortMap, Map<Long,Short>
Alle bekannten Implementierungsklassen:
Long2ShortConcurrentOpenHashMap

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