Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for system (0.18 sec)

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

       *       public Double apply(Integer in) {
       *         return Math.sqrt((int) in);
       *       }
       *     };
       * Map<String, Double> transformed = Maps.transformValues(map, sqrt);
       * System.out.println(transformed);
       * }</pre>
       *
       * ... prints {@code {a=2.0, b=3.0}}.
       *
       * <p>Changes in the underlying map are reflected in this view. Conversely, this view supports
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 159.3K bytes
    - Viewed (0)
  2. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                69459838, 69459907, 69459976, 69460045, 69460114, 69460183, 69460252, 69460321,
                69460390, 69460459, 69460528, 69460596, 69460664, 69460732, 69460800, 69460868, 69460936
              };
          System.arraycopy(temp, 0, prob, 0, temp.length);
        }
    
        private static void populateProb2() {
          int[] temp =
              new int[] {
                69461004, 69461072, 69461140, 69461208, 69461276, 69461344, 69461412,
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the bank, with her head in the lap of her sister, who was gently
    brushing away some dead leaves that had fluttered down from the
    trees upon her face.
    
      `Wake up, Alice dear!' said her sister; `Why, what a long
    sleep you've had!'
    
      `Oh, I've had such a curious dream!' said Alice, and she told
    her sister, as well as she could remember them, all these strange
    Plain Text
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                69459838, 69459907, 69459976, 69460045, 69460114, 69460183, 69460252, 69460321,
                69460390, 69460459, 69460528, 69460596, 69460664, 69460732, 69460800, 69460868, 69460936
              };
          System.arraycopy(temp, 0, prob, 0, temp.length);
        }
    
        private static void populateProb2() {
          int[] temp =
              new int[] {
                69461004, 69461072, 69461140, 69461208, 69461276, 69461344, 69461412,
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the bank, with her head in the lap of her sister, who was gently
    brushing away some dead leaves that had fluttered down from the
    trees upon her face.
    
      `Wake up, Alice dear!' said her sister; `Why, what a long
    sleep you've had!'
    
      `Oh, I've had such a curious dream!' said Alice, and she told
    her sister, as well as she could remember them, all these strange
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top