ConcurrentMap

Interface ConcurrentMap<K,V>

Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Superinterfaces:
Map<K,V>
All Known Subinterfaces:
ConcurrentNavigableMap<K,V>
All Known Implementing Classes:
ConcurrentHashMap, ConcurrentSkipListMap
public interface ConcurrentMap<K,V>
extends Map<K,V>

A Map providing thread safety and atomicity guarantees.