Schnittstelle Float2CharConcurrentMap

Alle Superschnittstellen:
ConcurrentMap<Float,Character>, Float2CharFunction, Float2CharMap, Map<Float,Character>
Alle bekannten Implementierungsklassen:
Float2CharConcurrentOpenHashMap

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