This method is equivalent to {@link #add}. @param e the element to add @throws NullPointerException if the specified element is null
455456457458459460461462463464465
if (out == node) { return true; } if (!exclusions.contains(out) && recorder.add(out)) { queue.addLast(out); } } } return false; }