PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
1 sec ago
Untitled
7 sec ago
Untitled
9 sec ago
Untitled
13 sec ago
Untitled
18 sec ago
Untitled
52 sec ago
Untitled
19 sec ago
Untitled
24 sec ago
Untitled
By: a guest on
Jan 4th, 2013
| syntax:
None
| size: 0.18 KB | hits: 18 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
public int hashCode() {
return 0;
// clearly all equal objects have the same hash code -- 0
// but it's totally okay that unequal objects also have the same hash code
}
create a
new version
of this paste
RAW Paste Data
public int hashCode() { return 0; // clearly all equal objects have the same hash code -- 0 // but it's totally okay that unequal objects also have the same hash code }