public int hashCode()
{
return 250;
}
I know that in this case every Object of that class would have same hashCode but that would not mean that they are equal.
Opinions. Is it a "work-able" implementation?




Posted 08 May 2011 - 08:08 AM
public int hashCode()
{
return 250;
}
Posted 08 May 2011 - 09:17 AM
