Schnittstelle Long2BooleanConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Long,Boolean>, Long2BooleanMap, LongPredicate, Map<Long,Boolean>
Alle bekannten Implementierungsklassen:
Long2BooleanConcurrentOpenHashMap

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