- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DontHashMe (0.04 sec)
-
android/guava-testlib/src/com/google/common/collect/testing/UnhashableObject.java
@Override public int hashCode() { throw new UnsupportedOperationException(); } // needed because otherwise Object.toString() calls hashCode() @Override public String toString() { return "DontHashMe" + value; } @Override public int compareTo(UnhashableObject o) { return Integer.compare(this.value, o.value); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Apr 10 20:12:40 UTC 2025 - 1.6K bytes - Viewed (0)