Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toClass (0.15 sec)

  1. src/main/java/org/codelibs/core/lang/ClassUtil.java

            assertArgumentNotNull("fromClass", fromClass);
    
            if (toClass == Object.class && !fromClass.isPrimitive()) {
                return true;
            }
            if (toClass.isPrimitive()) {
                fromClass = getPrimitiveClassIfWrapper(fromClass);
            }
            return toClass.isAssignableFrom(fromClass);
        }
    
        /**
         * Converts a wrapper class to its corresponding primitive class.
         *
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  2. okhttp/src/androidMain/baseline-prof.txt

    HSPLokio/internal/_PathKt;->getSlash(Lokio/Path;)Lokio/ByteString;
    HSPLokio/internal/_PathKt;->toPath(Lokio/Buffer;Z)Lokio/Path;
    HSPLokio/internal/_PathKt;->toSlash(B)Lokio/ByteString;
    HSPLokio/internal/_PathKt;->toSlash(Ljava/lang/String;)Lokio/ByteString;
    Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda0;
    Landroidx/activity/ComponentActivity$$ExternalSyntheticLambda1;
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Dec 30 23:28:56 UTC 2024
    - 127.9K bytes
    - Viewed (0)
Back to top