Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Clyde (0.15 sec)

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

       *     Arrays.asList("Inky", "Blinky", "Pinky", "Pinky", "Clyde");
       * Function<String, Integer> stringLengthFunction = ...;
       * Multimap<Integer, String> index =
       *     Multimaps.index(badGuys, stringLengthFunction);
       * System.out.println(index);
       * }</pre>
       *
       * <p>prints
       *
       * <pre>{@code
       * {4=[Inky], 6=[Blinky], 5=[Pinky, Pinky, Clyde]}
       * }</pre>
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 86.4K bytes
    - Viewed (0)
Back to top