Schnittstelle Int2BooleanConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Boolean>, Int2BooleanMap, IntPredicate, Map<Integer,Boolean>
Alle bekannten Implementierungsklassen:
Int2BooleanConcurrentOpenHashMap

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