Package com.intellij.util.containers
Class ConcurrentInstanceMap<T>
- java.lang.Object
-
- com.intellij.util.containers.FactoryMap<T,V>
-
- com.intellij.util.containers.ConcurrentFactoryMap<Class<? extends T>,T>
-
- com.intellij.util.containers.ConcurrentInstanceMap<T>
-
public class ConcurrentInstanceMap<T> extends ConcurrentFactoryMap<Class<? extends T>,T>
- Author:
- peter
-
-
Field Summary
-
Fields inherited from class com.intellij.util.containers.FactoryMap
myMap
-
-
Constructor Summary
Constructors Constructor Description ConcurrentInstanceMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
create(Class<? extends T> key)
-
Methods inherited from class com.intellij.util.containers.ConcurrentFactoryMap
createMap
-
Methods inherited from class com.intellij.util.containers.FactoryMap
clear, containsKey, containsValue, 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
-
-