Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Pinky (1.46 sec)

  1. android/guava/src/com/google/common/collect/Multimaps.java

       * List<String> badGuys =
       *     Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
       * Function<String, Integer> stringLengthFunction = ...;
       * Multimap<Integer, String> index =
       *     Multimaps.index(badGuys, stringLengthFunction);
       * System.out.println(index);
       * }
       *
       * <p>prints
       *
       * {@snippet :
       * {4=[Inky], 6=[Blinky], 5=[Pinky, Pinky, Clyde]}
       * }
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Multimaps.java

       * List<String> badGuys =
       *     Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
       * Function<String, Integer> stringLengthFunction = ...;
       * Multimap<Integer, String> index =
       *     Multimaps.index(badGuys, stringLengthFunction);
       * System.out.println(index);
       * }
       *
       * <p>prints
       *
       * {@snippet :
       * {4=[Inky], 6=[Blinky], 5=[Pinky, Pinky, Clyde]}
       * }
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 86.9K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    events
    
    // exchange : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/exchange.html
    exchange
    
    // expert : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/expert.html
    expert
    
    // exposed : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/exposed.html
    exposed
    
    // express : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/express.html
    express
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
Back to top