Schnittstelle Long2CharConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Long,Character>, Long2CharFunction, Long2CharMap, Map<Long,Character>
Alle bekannten Implementierungsklassen:
Long2CharConcurrentOpenHashMap

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