A C E G H I L N O R S T V

R

remove(Location) - Method in class net.scheinerman.graph.Graph
Removes and returns the vertex at the given location.
remove(Object) - Method in class net.scheinerman.graph.Graph
 
removeAll(Collection<?>) - Method in class net.scheinerman.graph.Graph
 
removeAllEdges() - Method in class net.scheinerman.graph.Vertex
Removes all edges from this vertex object, but not from the vertices they connect to.
removeEdgeTo(Vertex<E>) - Method in class net.scheinerman.graph.Vertex
If there is an edge to the given vertex, it is removed from this vertex.
Warning: This method should called from both vertex objects.
retainAll(Collection<?>) - Method in class net.scheinerman.graph.Graph
 

A C E G H I L N O R S T V