- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for smearedValueHash (0.34 sec)
-
android/guava/src/com/google/common/collect/LinkedHashMultimap.java
@ParametricNullness V value, int smearedValueHash, @Nullable ValueEntry<K, V> nextInValueBucket) { super(key, value); this.smearedValueHash = smearedValueHash; this.nextInValueBucket = nextInValueBucket; } boolean matchesValue(@Nullable Object v, int smearedVHash) { return smearedValueHash == smearedVHash && Objects.equals(getValue(), v); } }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19.1K bytes - Viewed (0)