Schnittstelle Short2BooleanConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Short,Boolean>, Map<Short,Boolean>, Short2BooleanMap, ShortPredicate
Alle bekannten Implementierungsklassen:
Short2BooleanConcurrentOpenHashMap

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