Preferences Service Package Version 1.1.
-
Returns the names of the children of this node.
void
Removes all of the properties (key-value associations) in this node.
void
Forces any changes in the contents of this node and its descendants to
the persistent store.
Returns all of the keys that have an associated value in this node.
boolean
Returns true if the named node exists.
void
Removes this node and all of its descendants, invalidating any properties
contained in the removed nodes.
void
Ensures that future reads from this node and its descendants reflect any
changes that were committed to the persistent store (from any VM) prior
to the sync
invocation.