public class PropertiesImpl extends java.lang.Object implements Properties
Properties.Key<T>| 构造器和说明 |
|---|
PropertiesImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Set<java.lang.String> |
allCaches() |
java.util.Set<Properties.Key> |
allProperties() |
void |
clearCache() |
<T> T |
getCache(java.lang.String id) |
<T> VarForward<T> |
property(Properties.Key<T> location) |
void |
putCache(java.lang.String id,
java.lang.Object cache) |
public <T> VarForward<T> property(Properties.Key<T> location)
property 在接口中 Propertiespublic <T> T getCache(java.lang.String id)
getCache 在接口中 Propertiespublic void putCache(java.lang.String id,
java.lang.Object cache)
putCache 在接口中 Propertiespublic void clearCache()
clearCache 在接口中 Propertiespublic java.util.Set<java.lang.String> allCaches()
allCaches 在接口中 Propertiespublic java.util.Set<Properties.Key> allProperties()
allProperties 在接口中 Properties