Schnittstelle Long2LongConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Long,Long>, Long2LongMap, LongUnaryOperator, LongUnaryOperator, Map<Long,Long>
Alle bekannten Implementierungsklassen:
Long2LongConcurrentOpenHashMap

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