Schnittstelle Object2ShortConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Short>, Map<T,Short>, Object2ShortMap<T>, ToShortFunction<T>
Alle bekannten Implementierungsklassen:
Object2ShortConcurrentOpenHashMap

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