- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for removeFromChainForTesting (0.09 seconds)
-
guava/src/com/google/common/collect/MapMakerInternalMap.java
return removeEntryForTesting(castForTesting(entry)); } /** Unsafely removes the given entry from the given chain in this segment's hash table. */ @Nullable E removeFromChainForTesting( InternalEntry<K, V, ?> first, InternalEntry<K, V, ?> entry) { return removeFromChain(castForTesting(first), castForTesting(entry)); } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 89.9K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
return removeEntryForTesting(castForTesting(entry)); } /** Unsafely removes the given entry from the given chain in this segment's hash table. */ @Nullable E removeFromChainForTesting( InternalEntry<K, V, ?> first, InternalEntry<K, V, ?> entry) { return removeFromChain(castForTesting(first), castForTesting(entry)); } /**
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 17:27:13 GMT 2026 - 89.9K bytes - Click Count (0)