Schnittstelle Object2BooleanConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Boolean>, Map<T,Boolean>, Object2BooleanMap<T>, Predicate<T>
Alle bekannten Implementierungsklassen:
Object2BooleanConcurrentOpenHashMap

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