Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 249 for manyje (0.03 sec)

  1. android/guava/src/com/google/common/base/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (1)
  2. android/guava/src/com/google/common/primitives/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/html/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/html/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/base/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/xml/ParametricNullness.java

     *       href="https://github.com/google/guava/issues/6126#issuecomment-1204399671">treats it
     *       identically to {@code Nullable}</a> as of version 0.9.9.
     *   <li><a href="https://developers.google.com/j2objc">J2ObjC</a>, maybe: It might no longer be
     *       necessary there, since we have stopped using the {@code @ParametersAreNonnullByDefault}
     *       annotations that {@code ParametricNullness} was counteracting.
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 16:20:21 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/service/FailureUrlService.java

    import org.dbflute.optional.OptionalEntity;
    
    import jakarta.annotation.Resource;
    
    /**
     * Service class for managing failure URLs that occur during web crawling.
     * Provides functionality to store, retrieve, and manage failed crawling attempts
     * with their associated error information.
     */
    public class FailureUrlService {
    
        /** Logger instance for this class */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.2K bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

        return freshness.get();
      }
    
      @SuppressWarnings("removal") // b/321209431 -- maybe just use valueOf here?
      @Generates
      Integer generateInteger() {
        return new Integer(generateInt());
      }
    
      @Generates
      long generateLong() {
        return generateInt();
      }
    
      @SuppressWarnings("removal") // b/321209431 -- maybe just use valueOf here?
      @Generates
      Long generateLongObject() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 28.1K bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

        return freshness.get();
      }
    
      @SuppressWarnings("removal") // b/321209431 -- maybe just use valueOf here?
      @Generates
      Integer generateInteger() {
        return new Integer(generateInt());
      }
    
      @Generates
      long generateLong() {
        return generateInt();
      }
    
      @SuppressWarnings("removal") // b/321209431 -- maybe just use valueOf here?
      @Generates
      Long generateLongObject() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 28.7K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/JdkFutureAdapters.java

                    // (including CancellationException and sneaky checked exception)
                    // The task is presumably done, run the listeners.
                    // TODO(cpovirk): Do *something* in case of Error (and maybe
                    // non-CancellationException, non-ExecutionException exceptions)?
                  }
                  executionList.execute();
                });
          }
        }
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Jul 17 15:26:41 UTC 2025
    - 7.5K bytes
    - Viewed (0)
Back to top