Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for JDK8 (0.02 sec)

  1. compat/maven-model/src/main/java/org/apache/maven/model/merge/ModelMerger.java

                    for (Map.Entry<Object, V> e : ((MergingList<V>) vs).map.entrySet()) {
                        Object key = e.getKey();
                        V oldValue = map.get(key);
                        // JDK8: this should be a call to map.merge( key, v, remapping )
                        V newValue = (oldValue == null) ? e.getValue() : remapping.merge(oldValue, e.getValue());
                        if (newValue == null) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Apr 03 11:21:39 UTC 2025
    - 99.2K bytes
    - Viewed (0)
  2. okhttp/src/androidMain/baseline-prof.txt

    Lkotlin/internal/PlatformImplementations$ReflectThrowable;
    Lkotlin/internal/PlatformImplementations;
    Lkotlin/internal/PlatformImplementationsKt;
    Lkotlin/internal/jdk7/JDK7PlatformImplementations;
    Lkotlin/internal/jdk8/JDK8PlatformImplementations;
    Lkotlin/io/CloseableKt;
    Lkotlin/jvm/functions/Function0;
    Lkotlin/jvm/functions/Function10;
    Lkotlin/jvm/functions/Function11;
    Lkotlin/jvm/functions/Function12;
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (1)
Back to top