Searched defs:removeNode (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/util/prefs/
H A DPreferences.java454 * removed with the {@link #removeNode()} method.
475 * removed with the {@link #removeNode()} method.
493 * removed with the {@link #removeNode()} method.
511 * removed with the {@link #removeNode()} method.
512 * @see #removeNode()
529 * removed with the {@link #removeNode()} method.
559 * removed with the {@link #removeNode()} method.
579 * removed with the {@link #removeNode()} method.
609 * removed with the {@link #removeNode()} method.
629 * removed with the {@link #removeNode()} metho
960 public abstract void removeNode() throws BackingStoreException; method in class:Preferences
[all...]
H A DAbstractPreferences.java237 * removed with the {@link #removeNode()} method.
274 * removed with the {@link #removeNode()} method.
307 * removed with the {@link #removeNode()} method.
333 * removed with the {@link #removeNode()} method.
357 * removed with the {@link #removeNode()} method.
382 * removed with the {@link #removeNode()} method.
412 * removed with the {@link #removeNode()} method.
437 * removed with the {@link #removeNode()} method.
467 * removed with the {@link #removeNode()} method.
495 * removed with the {@link #removeNode()} metho
942 public void removeNode() throws BackingStoreException { method in class:AbstractPreferences
[all...]
H A DFileSystemPreferences.java45 * (The file lock is obtained only for sync(), flush() and removeNode().)
666 public void removeNode() throws BackingStoreException { method in class:FileSystemPreferences
672 super.removeNode();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DPreferencesTest.java87 parent.removeNode();
172 prefs.removeNode();
386 public void removeNode() throws BackingStoreException { method in class:PreferencesTest.MockPreferences
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferencesTest.java65 pref.node(child).removeNode();
104 p.removeNode();
183 pref.removeNode();
399 grandchild.removeNode();
450 pref.removeNode();
610 pref.removeNode();
624 pref.removeNode();
658 child1.removeNode();
672 child1.removeNode();
679 child1.removeNode();
1090 public void removeNode() throws BackingStoreException { method in class:OldPreferencesTest.MockPreferences
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DHashMap.java798 return (e = removeNode(hash(key), key, null, false, true)) == null ?
812 final Node<K,V> removeNode(int hash, Object key, Object value, method in class:HashMap
919 return removeNode(hash(key), key, null, false, true) != null;
1030 return removeNode(hash(key), key, value, true, true) != null;
1069 return removeNode(hash(key), key, value, true, true) != null;
1165 removeNode(hash, key, null, false, true);
1206 removeNode(hash, key, null, false, true);
1264 removeNode(hash, key, null, false, true);
1458 removeNode(hash(key), key, null, false, false);

Completed in 4440 milliseconds