- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addToMap (0.04 sec)
-
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/tasks/FixProjectHealthTask.kt
dependencyFixes.addToMap(filePath, extractDependencies(index)) } line.contains("Existing dependencies which should be modified to be as indicated:") -> { dependenciesToModify.addToMap(filePath, extractDependencies(index)) }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Mar 03 06:57:08 UTC 2025 - 6.2K bytes - Viewed (1) -
guava/src/com/google/common/collect/AbstractMapBasedMultimap.java
* methods ensure that the {@code WrappedCollection} and map remain consistent. * * <p>A subcollection, such as a sublist, contains some of the values for a given key. Its * ancestor field points to the full wrapped collection with all values for the key. The * subcollection {@code refreshIfEmpty}, {@code removeIfEmpty}, and {@code addToMap} methods callRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Nov 17 22:50:48 UTC 2025 - 48.4K bytes - Viewed (0)