/**
  * Returns the hash code for this object
  *
  * @return Hash code
  */
 @Override
 public int hashCode() {
   return blockHash.hashCode();
 }