- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AbstractImmutableMap (0.25 sec)
-
api/maven-api-xml/src/main/java/org/apache/maven/api/xml/ImmutableCollections.java
/** * This should be removed when https://bugs.openjdk.org/browse/JDK-8323729 * is released in our minimum JDK. */ class ImmutableCollections { private static final Map<?, ?> EMPTY_MAP = new AbstractImmutableMap<>() { @Override public Set<Entry<Object, Object>> entrySet() { return new AbstractImmutableSet<>() { @Override
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jul 07 11:47:42 UTC 2025 - 7.8K bytes - Viewed (0)