Пример #1
0
 @Override
 public boolean removeVertex(V vertex) {
   return vertices.remove(vertex) && graph.removeVertex(vertex);
 }