Exemplo n.º 1
0
 @Override
 public int hashCode() {
   return name.hashCode() + (tags == null ? 0 : tags.hashCode());
 }