Schnittstelle Short2CharConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Short,Character>, Map<Short,Character>, Short2CharFunction, Short2CharMap
Alle bekannten Implementierungsklassen:
Short2CharConcurrentOpenHashMap

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