Schnittstelle Int2ObjectConcurrentMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<Integer,V>, Int2ObjectMap<V>, IntFunction<V>, IntFunction<V>, Map<Integer,V>
Alle bekannten Implementierungsklassen:
Int2ObjectConcurrentOpenHashMap

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