- 所有超级接口:
UserDataHolder
- 所有已知子接口:
FileViewProvider
-
方法概要
修饰符和类型方法说明<T> TputUserDataIfAbsent(@NotNull Key<T> key, T value) <T> booleanReplaces (atomically) old value in the map with the new one从接口继承的方法 com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
-
方法详细资料
-
putUserDataIfAbsent
- 返回:
- written or already existing value
-
replace
Replaces (atomically) old value in the map with the new one- 返回:
- true if old value got replaced, false otherwise
- 另请参阅:
-