java Programming Glossary: hashvalue
Hashcode and equals http://stackoverflow.com/questions/1990734/hashcode-and-equals to check hashcode values for object @Author Myth17 class HashValue int x public boolean equals Object oo if oo instanceof Hashvalue.. Hashvalue uncommenting ths gives error.dunno why HashValue hh HashValue oo if this.x hh.x return true else return false.. uncommenting ths gives error.dunno why HashValue hh HashValue oo if this.x hh.x return true else return false HashValue x..
|