Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Conjunctions (0.48 sec)

  1. android/guava/src/com/google/common/cache/CacheBuilder.java

       * <p>If {@code maximumSize} is zero, elements will be evicted immediately after being loaded into
       * cache. This can be useful in testing, or to disable caching temporarily.
       *
       * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
       *
       * @param maximumSize the maximum size of the cache
       * @return this {@code CacheBuilder} instance (for chaining)
       * @throws IllegalArgumentException if {@code maximumSize} is negative
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 44.8K bytes
    - Viewed (0)
  2. guava/src/com/google/common/base/Splitter.java

       * "e"]}. The last piece can be smaller than {@code length} but will never be empty.
       *
       * <p><b>Note:</b> if {@link #fixedLength} is used in conjunction with {@link #limit}, the final
       * split piece <i>may be longer than the specified fixed length</i>. This is because the splitter
       * will <i>stop splitting when the limit is reached</i>, and just return the final piece as-is.
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 24.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/Splitter.java

       * "e"]}. The last piece can be smaller than {@code length} but will never be empty.
       *
       * <p><b>Note:</b> if {@link #fixedLength} is used in conjunction with {@link #limit}, the final
       * split piece <i>may be longer than the specified fixed length</i>. This is because the splitter
       * will <i>stop splitting when the limit is reached</i>, and just return the final piece as-is.
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Feb 09 15:49:48 GMT 2024
    - 23.7K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/CacheBuilder.java

       * <p>If {@code maximumSize} is zero, elements will be evicted immediately after being loaded into
       * cache. This can be useful in testing, or to disable caching temporarily.
       *
       * <p>This feature cannot be used in conjunction with {@link #maximumWeight}.
       *
       * @param maximumSize the maximum size of the cache
       * @return this {@code CacheBuilder} instance (for chaining)
       * @throws IllegalArgumentException if {@code maximumSize} is negative
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 15 16:12:13 GMT 2024
    - 51.3K bytes
    - Viewed (0)
Back to top