Entry 3132
test
Submitted by test
on Feb. 4, 2010 at 2:19 a.m.
Language: Java. Code size: 199 bytes.
public class Overrode { @Override public int hashcode() { return 0; } @Override public boolean equals(Object o) { return true; } }
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.