node
from the graph. All node
's children and incident edges will also be removed.
@param node the node to remove
@return true if remove is successful, false otherwise
@throws IllegalArgumentException if node
is null
or not legal in the graph.
@throws IllegalMonitorStateException if the current thread is holding a read lock
|
|
|
|
|
|
|
|
|
|
|
|
|
|