Exemplo n.º 1
0
  /**
   * Returns the hash code of this instance.
   *
   * @return The hash code of this instance.
   */
  public int hashCode() {

    return ((dataRenderer == null) ? 0 : dataRenderer.hashCode()) ^ super.hashCode();
  }