- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for OtherForm (0.07 sec)
-
android/guava-testlib/test/com/google/common/testing/SerializableTesterTest.java
return (other instanceof ObjectWhichIsEqualButChangesClass || other instanceof OtherForm); } @Override public int hashCode() { return 1; } private Object writeReplace() { return new OtherForm(); } private static class OtherForm implements Serializable { @Override public boolean equals(@Nullable Object other) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Apr 17 15:49:06 UTC 2023 - 4K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/SerializableTesterTest.java
return (other instanceof ObjectWhichIsEqualButChangesClass || other instanceof OtherForm); } @Override public int hashCode() { return 1; } private Object writeReplace() { return new OtherForm(); } private static class OtherForm implements Serializable { @Override public boolean equals(@Nullable Object other) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Apr 17 15:49:06 UTC 2023 - 4K bytes - Viewed (0)