Returns the vertices that are adjacent to a vertex.
vertex
@override Iterable<V> neighboursOf(V vertex) => delegate.neighboursOf(vertex);