- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for patternKey (0.08 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java
protected void mergePatternSet( PatternSet target, PatternSet source, boolean sourceDominant, Map<Object, Object> context) { mergePatternSet_Includes(target, source, sourceDominant, context); mergePatternSet_Excludes(target, source, sourceDominant, context); } protected void mergePatternSet_Includes( PatternSet target, PatternSet source, boolean sourceDominant, Map<Object, Object> context) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Thu Apr 03 11:21:39 GMT 2025 - 99.2K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
guava/src/com/google/common/cache/LocalCache.java
@Override public boolean containsValue(@Nullable Object value) { // does not impact recency ordering if (value == null) { return false; } // This implementation is patterned after ConcurrentHashMap, but without the locking. The only // way for it to return a false negative would be for the target value to jump around in the map
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Sep 11 19:35:11 GMT 2025 - 148.9K bytes - Click Count (0)