Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for XXX (0.12 sec)

  1. android/guava-tests/test/com/google/common/collect/MapsCollectionTest.java

                      public SampleElements<Entry<String, Integer>> samples() {
                        return new SampleElements<>(
                            mapEntry("x", 1),
                            mapEntry("xxx", 3),
                            mapEntry("xx", 2),
                            mapEntry("xxxx", 4),
                            mapEntry("aaaaa", 5));
                      }
    
                      @Override
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 20:09:59 GMT 2024
    - 32.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/InternetDomainName.java

     *
     * <p>One common use of this class is to determine whether a given string is likely to represent an
     * addressable domain on the web -- that is, for a candidate string {@code "xxx"}, might browsing to
     * {@code "http://xxx/"} result in a webpage being displayed? In the past, this test was frequently
     * done by determining whether the domain ended with a {@linkplain #isPublicSuffix() public suffix}
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Feb 05 20:47:23 GMT 2024
    - 28K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/MapsCollectionTest.java

                      public SampleElements<Entry<String, Integer>> samples() {
                        return new SampleElements<>(
                            mapEntry("x", 1),
                            mapEntry("xxx", 3),
                            mapEntry("xx", 2),
                            mapEntry("xxxx", 4),
                            mapEntry("aaaaa", 5));
                      }
    
                      @Override
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 20:09:59 GMT 2024
    - 32.2K bytes
    - Viewed (0)
Back to top