- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 355 for Beta (0.02 sec)
-
CHANGELOG/CHANGELOG-1.22.md
- [Changelog since v1.22.0-beta.2](#changelog-since-v1220-beta2) - [Changes by Kind](#changes-by-kind-17) - [API Change](#api-change-3) - [Bug or Regression](#bug-or-regression-17) - [Dependencies](#dependencies-18) - [Added](#added-18) - [Changed](#changed-18) - [Removed](#removed-18) - [v1.22.0-beta.2](#v1220-beta2) - [Downloads for v1.22.0-beta.2](#downloads-for-v1220-beta2)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Dec 13 12:43:45 UTC 2022 - 454.1K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/HashingOutputStream.java
import static com.google.common.base.Preconditions.checkNotNull; import com.google.common.annotations.Beta; import java.io.FilterOutputStream; import java.io.IOException; import java.io.OutputStream; /** * An {@link OutputStream} that maintains a hash of the data written to it. * * @author Zoe Piepmeier * @since 16.0 */ @Beta public final class HashingOutputStream extends FilterOutputStream { private final Hasher hasher;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 2.6K bytes - Viewed (0) -
guava/src/com/google/common/graph/MutableValueGraph.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.graph; import com.google.common.annotations.Beta; import com.google.errorprone.annotations.CanIgnoreReturnValue; import org.jspecify.annotations.Nullable; /** * A subinterface of {@link ValueGraph} which adds mutation methods. When mutation is not required,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 4.3K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Streams.java
import static com.google.common.collect.SneakyThrows.sneakyThrow; import static java.lang.Math.min; import static java.util.Objects.requireNonNull; import com.google.common.annotations.Beta; import com.google.common.annotations.GwtCompatible; import com.google.common.math.LongMath; import com.google.errorprone.annotations.InlineMe; import com.google.errorprone.annotations.InlineMeValidationDisabled;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 37K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- Graduated CRI Events driven Pod LifeCycle Event Generator (Evented PLEG) to Beta ([#115967](https://github.com/kubernetes/kubernetes/pull/115967), [@harche](https://github.com/harche)) - Graduated `matchLabelKeys` in `podTopologySpread` to Beta ([#116291](https://github.com/kubernetes/kubernetes/pull/116291), [@denkensk](https://github.com/denkensk))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
android/guava/src/com/google/common/graph/AbstractValueGraph.java
* limitations under the License. */ package com.google.common.graph; import static java.util.Objects.requireNonNull; import com.google.common.annotations.Beta; import com.google.common.collect.Maps; import java.util.Map; import java.util.Set; import org.jspecify.annotations.Nullable; /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.4.md
- [v1.4.0-beta.10](CHANGELOG.md#v140-beta10) - [v1.4.0-beta.8](CHANGELOG.md#v140-beta8) - [v1.4.0-beta.7](CHANGELOG.md#v140-beta7) - [v1.4.0-beta.6](CHANGELOG.md#v140-beta6) - [v1.4.0-beta.5](CHANGELOG.md#v140-beta5) - [v1.4.0-beta.3](CHANGELOG.md#v140-beta3) - [v1.4.0-beta.2](CHANGELOG.md#v140-beta2) - [v1.4.0-beta.1](CHANGELOG.md#v140-beta1) - [v1.4.0-alpha.3](CHANGELOG.md#v140-alpha3)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 133.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
- [Changelog since v1.5.0-beta.2](#changelog-since-v150-beta2) - [Other notable changes](#other-notable-changes-8) - [v1.5.0-beta.2](#v150-beta2) - [Downloads for v1.5.0-beta.2](#downloads-for-v150-beta2) - [Client Binaries](#client-binaries-10) - [Server Binaries](#server-binaries-10) - [Changelog since v1.5.0-beta.1](#changelog-since-v150-beta1) - [Other notable changes](#other-notable-changes-9) - [v1.5.0-beta.1](#v150-beta1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
- [v1.3.0-beta.3](#v130-beta3) - [Downloads](#downloads-10) - [Changelog since v1.3.0-beta.2](#changelog-since-v130-beta2) - [Action Required](#action-required) - [Other notable changes](#other-notable-changes-10) - [v1.3.0-beta.2](#v130-beta2) - [Downloads](#downloads-11) - [Changes since v1.3.0-beta.1](#changes-since-v130-beta1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ValueGraphBuilder.java
import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import static com.google.common.graph.Graphs.checkNonNegative; import com.google.common.annotations.Beta; import com.google.common.base.Optional; import com.google.errorprone.annotations.CanIgnoreReturnValue; /** * A builder for constructing instances of {@link MutableValueGraph} or {@link ImmutableValueGraph}
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0)