Schnittstelle Object2LongConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Long>, Map<T,Long>, Object2LongMap<T>, ToLongFunction<T>, ToLongFunction<T>
Alle bekannten Implementierungsklassen:
Object2LongConcurrentOpenHashMap

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