Uses of Class
java.util.prefs.AbstractPreferences
| Package | Description |
|---|---|
| java.util.prefs |
-
Uses of AbstractPreferences in java.util.prefs
Methods in java.util.prefs that return AbstractPreferences Modifier and Type Method Description protected AbstractPreferences[]AbstractPreferences. cachedChildren()Returns an array of all cached child nodes.protected abstract AbstractPreferencesAbstractPreferences. childSpi(String name)Returns the child preference node with the given name, creating it if it does not exist.protected AbstractPreferencesAbstractPreferences. getChild(String name)Returns the child node with the specified name ornullif it doesn't exist.Constructors in java.util.prefs with parameters of type AbstractPreferences Constructor Description AbstractPreferences(AbstractPreferences parent, String name)Constructs a newAbstractPreferencesinstance using the given parent node and node name.