public class Property extends Object
| 构造器和说明 |
|---|
Property() |
public static boolean hasKey(String key)
key - the MiraiQQ framework properties' keypublic static void put(String key, Object value)
key - the MiraiQQ framework properties' keyvalue - the MiraiQQ framework properties' valuepublic static <T> T get(String key)
T - the desired T typekey - the MiraiQQ framework properties' keyClassCastException - if the desired T type is not equal to its original typepublic static void remove(String key)
key - the MiraiQQ framework properties' keyCopyright © 2022. All rights reserved.