Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 666 for deflated (0.06 sec)

  1. guava/src/com/google/common/escape/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/eventbus/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  3. guava/src/com/google/common/graph/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  4. guava/src/com/google/common/hash/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  5. guava/src/com/google/common/net/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  6. guava/src/com/google/common/cache/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/net.go

    1. var errs []error
    2.  
    3. // Whether pod is already deleted or not, we need to let go of our netns ref.
    4. openNetns := s.currentPodSnapshot.Take(string(pod.UID))
    5. if openNetns == nil {
    6. log.Debug("failed to find pod netns during removal")
    7. }
    8.  
    9. // If the pod is already deleted or terminated, we do not need to clean up the pod network -- only the host side.
    10. if !isDelete {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Oct 21 16:48:55 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/ListenerCallQueue.java

    1. * {@link #enqueue} and {@link #dispatch} are 2 different methods. It is expected that the decision
    2. * to run a particular event is made during the state change, but the decision to actually invoke
    3. * the listeners can be delayed slightly so that locks can be dropped. Also, because {@link
    4. * #dispatch} is expected to be called concurrently, it is idempotent.
    5. */
    6. @J2ktIncompatible
    7. @GwtIncompatible
    8. @ElementTypesAreNonnullByDefault
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Dec 13 19:45:20 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  9. android/guava-testlib/src/com/google/common/collect/testing/features/CollectionSize.java

    1. * a typical case, the features should include {@link CollectionSize#ANY}.) These semantics are thus
    2. * a little different from those of other Collection-related features such as {@link
    3. * CollectionFeature} or {@link SetFeature}.
    4. *
    5. * <p>However, when {@link CollectionSize.Require} is used to annotate a test it behaves normally
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 30 16:15:19 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/cache/ParametricNullness.java

    1. * typically because the type forbids nullable type arguments: For example, {@code
    2. * ImmutableList.get} returns {@code E}, but that value is never {@code null}. (Accordingly,
    3. * {@code ImmutableList} is declared to forbid {@code ImmutableList<@Nullable String>}.)
    4. * <li>methods whose return type is a type variable but which can return {@code null} regardless
    5. * of the type argument supplied by the user of the class: For example, {@code
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Aug 10 21:27:51 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top