Example #1
0
 /**
  * Hashcode for an enhnaced graph is delegated to the underlyin graph.
  *
  * @return The hashcode as an int
  */
 public final int hashCode() {
   return graph.hashCode();
 }