Exemplo n.º 1
0
 public int hashCode() {
   return Util.combineHashCodes(this.name.hashCode(), this.parent.hashCode());
 }