Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for isWrapper (0.59 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. android/guava/src/com/google/common/reflect/TypeToken.java

        }
        return this;
      }
    
      private boolean isWrapper() {
        return Primitives.allWrapperTypes().contains(runtimeType);
      }
    
      /**
       * Returns the corresponding primitive type if this is a wrapper type; otherwise returns {@code
       * this} itself. Idempotent.
       *
       * @since 15.0
       */
      public final TypeToken<T> unwrap() {
        if (isWrapper()) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 53.8K bytes
    - Click Count (0)
  2. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    ymediapc\u0009mynetname\u0005mypsx\u0008myradweb\nmysynology\u0006nhlfan\u0007now-dns\roffice-on-the\u0009oninferno\u0004opik\u0005ownip\u0006pgafan\u0007podzone\u0018privatizehealthinsurance\nredirectme\u000bsaveincloud\nscaleforce\nschokokeks\rscrapper-site\u0006seidat\u0008sells-it\nsenseering\u0009serveblog\u000eserveminecraft\u0009server-on\nshopselect\u0008siteleaf\u0005spryt\u0007squares\u0004srcf\rstatic-access\u0005sytes\u0008thruhere\ntorproject\u000etrafficmanager\ntunnelmole\u0004uni...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top