Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for configurations (0.26 sec)

  1. guava/src/com/google/common/cache/LocalCache.java

          Object key = e.getKey();
          return key != null && LocalCache.this.remove(key, e.getValue());
        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  2. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
      // Length of string to match against
      @Param({"64", "1024"})
      int length;
    
      // Percent of string that the CharMatcher matches
      @Param({"0", "10", "50", "100"})
    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)
  3. android/guava/src/com/google/common/cache/LocalCache.java

          Object key = e.getKey();
          return key != null && LocalCache.this.remove(key, e.getValue());
        }
      }
    
      // Serialization Support
    
      /**
       * Serializes the configuration of a LocalCache, reconstituting it as a Cache using CacheBuilder
       * upon deserialization. An instance of this class is fit for use by the writeReplace of
       * LocalManualCache.
       *
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  4. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
      // Length of string to match against
      @Param({"64", "1024"})
      int length;
    
      // Percent of string that the CharMatcher matches
      @Param({"0", "10", "50", "100"})
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
Back to top