Schnittstelle Object2ByteConcurrentMap<T>

Typparameter:
T - the keyType of elements maintained by this Collection
Alle Superschnittstellen:
ConcurrentMap<T,Byte>, Map<T,Byte>, Object2ByteMap<T>, ToByteFunction<T>
Alle bekannten Implementierungsklassen:
Object2ByteConcurrentOpenHashMap

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