Lines Matching refs:removed

162      * been removed.  Once it's set to true, it will never be reset to false.
164 private boolean removed = false;
226 * has not been removed, invokes {@link #putSpi(String,String)}, and if
237 * removed with the {@link #removeNode()} method.
248 if (removed)
249 throw new IllegalStateException("Node has been removed.");
263 * checks that the node has not been removed, invokes {@link
274 * removed with the {@link #removeNode()} method.
282 if (removed)
283 throw new IllegalStateException("Node has been removed.");
300 * checks that the node has not been removed, invokes
305 * @param key key whose mapping is to be removed from the preference node.
307 * removed with the {@link #removeNode()} method.
311 if (removed)
312 throw new IllegalStateException("Node has been removed.");
331 * removed with the {@link #removeNode()} method.
355 * removed with the {@link #removeNode()} method.
380 * removed with the {@link #removeNode()} method.
410 * removed with the {@link #removeNode()} method.
435 * removed with the {@link #removeNode()} method.
465 * removed with the {@link #removeNode()} method.
493 * removed with the {@link #removeNode()} method.
523 * removed with the {@link #removeNode()} method.
548 * removed with the {@link #removeNode()} method.
578 * removed with the {@link #removeNode()} method.
603 * removed with the {@link #removeNode()} method.
629 * removed with the {@link #removeNode()} method.
648 * removed with the {@link #removeNode()} method.
671 * the node has not been removed and invokes {@link #keysSpi()}.
679 * removed with the {@link #removeNode()} method.
683 if (removed)
684 throw new IllegalStateException("Node has been removed.");
695 * the node has not been removed, constructs a <tt>TreeSet</tt> initialized
707 * removed with the {@link #removeNode()} method.
712 if (removed)
713 throw new IllegalStateException("Node has been removed.");
741 * the node has not been removed and returns the parent value that was
746 * removed with the {@link #removeNode()} method.
750 if (removed)
751 throw new IllegalStateException("Node has been removed.");
762 * that the node has not been removed. If <tt>path</tt> is <tt>""</tt>,
800 * removed with the {@link #removeNode()} method.
804 if (removed)
805 throw new IllegalStateException("Node has been removed.");
862 * removed with the {@link #removeNode()} method and
870 return !removed;
871 if (removed)
872 throw new IllegalStateException("Node has been removed.");
917 * checks that it has not already been removed, and then ensures that all
925 * as removed, and removes itself from its parent's child-cache. Finally,
930 * to the "closest non-removed ancestor" locked.
933 * been removed with the {@link #removeNode()} method.
955 if (removed)
956 throw new IllegalStateException("Node already removed.");
975 removed = true;
1034 if (removed)
1035 throw new IllegalStateException("Node has been removed.");
1048 if (removed)
1049 throw new IllegalStateException("Node has been removed.");
1072 if (removed)
1073 throw new IllegalStateException("Node has been removed.");
1091 if (removed)
1092 throw new IllegalStateException("Node has been removed.");
1119 * removed. (The implementor needn't check for any of these things.)
1130 * not been removed. (The implementor needn't check for either of these
1149 * Also, it is guaranteed that this node has not been removed.
1164 * parent (and all ancestors that are being removed as a
1184 * been removed.
1225 * that this node has not been removed. (The implementor needn't check
1230 * last time that it was removed. In other words, a cached value will
1266 * this node has not been removed. (The implementor needn't check for any
1271 * after the last time that it was removed. In other words, a cached
1277 * removed. If a like-named child of this node was previously removed, the
1279 * node; once removed, an <tt>AbstractPreferences</tt> node
1310 * removed. In effect, this method does a depth first traversal of the
1319 * removed with the {@link #removeNode()} method.
1330 if (removed)
1331 throw new IllegalStateException("Node has been removed");
1368 * removed. In effect, this method does a depth first traversal of the
1373 * <p> If this method is invoked on a node that has been removed with
1391 if(removed)
1423 * removed with the {@link #removeNode()} method. This method
1428 * removed with the {@link #removeNode()} method.
1432 return removed;
1569 * Enqueue a "node removed" event for delivery to registered node change