java.lang
Class SystemProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
java.lang.SystemProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Object,Object>
class SystemProperties
- extends Properties
Internal class holding the System properties. Needed by the Dalvik VM for
the two native methods. Must not be a local class, since we don't have a
System instance.
|
Method Summary |
(package private) void |
postInit()
|
(package private) void |
preInit()
|
| Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
SystemProperties
SystemProperties()
preInit
void preInit()
postInit
void postInit()
Please submit a feedback, bug or feature