Schnittstelle Object2CharConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Character>, Map<T,Character>, Object2CharMap<T>, ToCharFunction<T>
Alle bekannten Implementierungsklassen:
Object2CharConcurrentOpenHashMap

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