CSE 2231 Glossary

hashCode()

Instance method that should return an int value that is unique to each different instance of a class, and should return the same int value for equal objects.

Previous

Next