- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 98 for Merging (0.04 sec)
-
docs/en/docs/contributing.md
* Review those pull requests, requesting changes or approving them. For the languages I don't speak, I'll wait for several others to review the translation before merging. /// tip
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Sep 21 11:29:04 UTC 2025 - 15.1K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Tables.java
* input elements. Cells are inserted into the generated {@code Table} in encounter order. * * <p>If multiple input elements map to the same row and column, the specified merging function is * used to combine the values. Like {@link * java.util.stream.Collectors#toMap(java.util.function.Function, java.util.function.Function,Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 18:35:44 UTC 2025 - 24.9K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableBiMap.java
* hide {@link ImmutableMap#toImmutableMap(Function, Function, BinaryOperator)} from consumers of * {@code ImmutableBiMap}. * * @throws UnsupportedOperationException always * @deprecated Merging values does not make sense for a {@code BiMap}. * @since 33.2.0 (available since 21.0 in guava-jre) */ @Deprecated @DoNotCall("Use toImmutableBiMap")Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 22.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/entity/SuggestItem.java
item.timestamp = ZonedDateTime.ofInstant(Instant.ofEpochMilli(timestamp), Clock.systemDefaultZone().getZone()); return item; } /** * Returns the updated source map by merging with existing source. * @param existingSource The existing source map. * @return The updated source map. */ public Map<String, Object> getUpdatedSource(final Map<String, Object> existingSource) {
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 25.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
/** * RankFusionProcessor manages multiple search engines and combines their results using rank fusion algorithms. * This processor supports searching with multiple searchers concurrently and merging their results based on * ranking scores to provide more comprehensive and accurate search results. * * The processor maintains a pool of searchers and an executor service for concurrent operations.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableBiMap.java
* hide {@link ImmutableMap#toImmutableMap(Function, Function, BinaryOperator)} from consumers of * {@code ImmutableBiMap}. * * @throws UnsupportedOperationException always * @deprecated Merging values does not make sense for a {@code BiMap}. */ @Deprecated @DoNotCall("Use toImmutableBiMap") public static <T extends @Nullable Object, K, V> Collector<T, ?, ImmutableMap<K, V>> toImmutableMap(Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 22.7K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
} default -> throw new IllegalArgumentException( "Unsupported repository merging: " + request.getRepositoryMerging()); } // Store the computed repositories for this project in BuildSession storageRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMap.java
* elements. * * <p>If the mapped keys contain duplicates (according to the comparator), the values are merged * using the specified merging function. Entries will appear in the encounter order of the first * occurrence of the key. * * @since 33.2.0 (available since 21.0 in guava-jre) */
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Sep 22 21:07:18 UTC 2025 - 52.9K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
list.mergeAll(tgt, new SourceDominant<T>(true)); } list.mergeAll(src, remapping); return list; } /** * Merging list * @param <V> */ private static class MergingList<V> extends AbstractList<V> implements java.io.Serializable { private final KeyComputer<V> keyComputer;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Apr 03 11:21:39 UTC 2025 - 99.2K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Maps.java
* iterate over keys in their enum definition order, not encounter order. * * <p>If the mapped keys contain duplicates, the values are merged using the specified merging * function. * * @since 33.2.0 (available since 21.0 in guava-jre) */ @IgnoreJRERequirement // Users will use this only if they're already using streams.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Sep 23 17:50:58 UTC 2025 - 157.6K bytes - Viewed (0)