Package org.h2.value

Class CaseInsensitiveConcurrentMap<V>

Type Parameters:
V - the value type
All Implemented Interfaces:
Serializable, ConcurrentMap<String,V>, Map<String,V>

public class CaseInsensitiveConcurrentMap<V> extends ConcurrentHashMap<String,V>
A concurrent hash map with case-insensitive string keys.
See Also: