java.lang.Object
com.intellij.openapi.util.Key<T>
com.intellij.openapi.util.KeyWithDefaultValue<T>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <T> @NotNull KeyWithDefaultValue<T>static <T> @NotNull KeyWithDefaultValue<T>abstract T
-
构造器详细资料
-
KeyWithDefaultValue
-
-
方法详细资料
-
getDefaultValue
-
create
@NotNull public static <T> @NotNull KeyWithDefaultValue<T> create(@NotNull @NonNls @NotNull @NonNls String name, T defValue) -
create
@NotNull public static <T> @NotNull KeyWithDefaultValue<T> create(@NotNull @NonNls @NotNull @NonNls String name, @NotNull @NotNull Supplier<? extends T> factory)
-