Schnittstelle Char2ObjectConcurrentMap<V>

Typparameter:
V - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
Char2ObjectMap<V>, CharFunction<V>, ConcurrentMap<Character,V>, Map<Character,V>
Alle bekannten Implementierungsklassen:
Char2ObjectConcurrentOpenHashMap

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