Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getSizeMethod (0.04 sec)

  1. android/guava/src/com/google/common/base/Throwables.java

       * when available. When this is null, use the slow way.
       */
      @J2ktIncompatible @GwtIncompatible // java.lang.reflect
      private static final @Nullable Method getStackTraceDepthMethod =
          (jla == null) ? null : getSizeMethod(jla);
    
      /**
       * Returns the JavaLangAccess class that is present in all Sun JDKs. It is not allowed in
       * AppEngine, and not present in non-Sun JDKs.
       */
      @SuppressWarnings("removal") // b/318391980
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top