Exemplo n.º 1
0
 /** @see java.lang.Object#equals(java.lang.Object) */
 public boolean equals(Object o) {
   Specie other = (Specie) o;
   return representative.equals(other.representative);
 }