edge
from the graph. Fails if the edge doesn't exist.
@param edge the edge to remove
@return true if remove is successful, false otherwise
@throws IllegalArgumentException if edge
is null
or nodes not legal inthe graph
@throws IllegalMonitorStateException if the current thread is holding a read lock
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|