/**
  * {@inheritDoc}
  */
 public override bool containsVertex(V v)
 {
     return(specifics.getVertexSet().Contains(v));
 }