Package com.intellij.util.containers
Class ConcurrentFactoryMap<T,V>
- java.lang.Object
-
- com.intellij.util.containers.FactoryMap<T,V>
-
- com.intellij.util.containers.ConcurrentFactoryMap<T,V>
-
- All Implemented Interfaces:
Map<T,V>
- Direct Known Subclasses:
ConcurrentInstanceMap
public abstract class ConcurrentFactoryMap<T,V> extends FactoryMap<T,V>
- Author:
- peter
-
-
Field Summary
-
Fields inherited from class com.intellij.util.containers.FactoryMap
myMap
-
-
Constructor Summary
Constructors Constructor Description ConcurrentFactoryMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Map<T,V>
createMap()
-
Methods inherited from class com.intellij.util.containers.FactoryMap
clear, containsKey, containsValue, create, entrySet, get, isEmpty, keySet, notNullValues, put, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-