Schnittstelle Int2CharConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Integer,Character>, Int2CharFunction, Int2CharMap, Map<Integer,Character>
Alle bekannten Implementierungsklassen:
Int2CharConcurrentOpenHashMap

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