Package com.intellij.util
Class NewInstanceFactory<T>
- java.lang.Object
-
- com.intellij.util.NewInstanceFactory<T>
-
-
Field Summary
-
Fields inherited from interface com.intellij.openapi.util.Factory
NULL_FACTORY
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description T
create()
static <T> Factory<T>
fromClass(Class<T> clazz)
-