Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 44 for CheckReturnValue (0.08 sec)

  1. guava/src/com/google/common/util/concurrent/AbstractListeningExecutorService.java

     */
    
    package com.google.common.util.concurrent;
    
    import com.google.common.annotations.GwtIncompatible;
    import com.google.errorprone.annotations.CanIgnoreReturnValue;
    import com.google.errorprone.annotations.CheckReturnValue;
    import java.util.concurrent.AbstractExecutorService;
    import java.util.concurrent.Callable;
    import java.util.concurrent.RunnableFuture;
    import org.jspecify.annotations.Nullable;
    
    /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Feb 12 17:47:46 UTC 2025
    - 3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/package-info.java

     *   <li>{@link MapMaker}
     *   <li>{@link MinMaxPriorityQueue}
     *   <li>{@link PeekingIterator}
     * </ul>
     */
    @CheckReturnValue
    @NullMarked
    package com.google.common.collect;
    
    import com.google.errorprone.annotations.CheckReturnValue;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 14:50:24 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/package-info.java

     *   <li>{@link MapMaker}
     *   <li>{@link MinMaxPriorityQueue}
     *   <li>{@link PeekingIterator}
     * </ul>
     */
    @CheckReturnValue
    @NullMarked
    package com.google.common.collect;
    
    import com.google.errorprone.annotations.CheckReturnValue;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 14:50:24 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. android/guava-testlib/src/com/google/common/collect/testing/testers/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 103 bytes
    - Viewed (0)
  5. guava-testlib/src/com/google/common/collect/testing/features/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 104 bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/google/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 102 bytes
    - Viewed (0)
  7. android/guava-testlib/src/com/google/common/collect/testing/features/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 104 bytes
    - Viewed (0)
  8. android/guava-testlib/src/com/google/common/collect/testing/google/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 102 bytes
    - Viewed (0)
  9. guava-testlib/src/com/google/common/collect/testing/suites/package-info.java

    @com.google.errorprone.annotations.CheckReturnValue
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 102 bytes
    - Viewed (0)
  10. android/guava-tests/benchmark/com/google/common/cache/ChainBenchmark.java

    import org.jspecify.annotations.NullUnmarked;
    import org.jspecify.annotations.Nullable;
    
    /**
     * Benchmark for {@code LocalCache.Segment.removeEntryFromChain}.
     *
     * @author Charles Fry
     */
    @SuppressWarnings("CheckReturnValue")
    @NullUnmarked
    public class ChainBenchmark {
    
      @Param({"1", "2", "3", "4", "5", "6"})
      int length;
    
      private Segment<Object, Object> segment;
      private ReferenceEntry<Object, Object> head;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top