private Integer id;
public int hashCode() {
int result = 17;
result = 37 * result + id;
return result;
}
14 comments | Leave a comment
![]() | You are viewing Log in Create a LiveJournal Account Learn more |
private Integer id;
public int hashCode() {
int result = 17;
result = 37 * result + id;
return result;
}