Schnittstelle Long2ObjectConcurrentMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<Long,V>, Long2ObjectMap<V>, LongFunction<V>, LongFunction<V>, Map<Long,V>
Alle bekannten Implementierungsklassen:
Long2ObjectConcurrentOpenHashMap

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