- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for immutableValueGraph (0.48 sec)
-
android/guava/src/com/google/common/graph/ImmutableValueGraph.java
? (ImmutableValueGraph<N, V>) graph : new ImmutableValueGraph<N, V>(graph); } /** * Simply returns its argument. * * @deprecated no need to use this */ @InlineMe( replacement = "checkNotNull(graph)", staticImports = "com.google.common.base.Preconditions.checkNotNull") @Deprecated public static <N, V> ImmutableValueGraph<N, V> copyOf(ImmutableValueGraph<N, V> graph) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0) -
guava/src/com/google/common/graph/ValueGraphBuilder.java
.nodeOrder(graph.nodeOrder()) .incidentEdgeOrder(graph.incidentEdgeOrder()); } /** * Returns an {@link ImmutableValueGraph.Builder} with the properties of this {@link * ValueGraphBuilder}. * * <p>The returned builder can be used for populating an {@link ImmutableValueGraph}. * * <p>Note that the returned builder will always have {@link #incidentEdgeOrder} set to {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0) -
android/guava/src/com/google/common/graph/ValueGraphBuilder.java
.nodeOrder(graph.nodeOrder()) .incidentEdgeOrder(graph.incidentEdgeOrder()); } /** * Returns an {@link ImmutableValueGraph.Builder} with the properties of this {@link * ValueGraphBuilder}. * * <p>The returned builder can be used for populating an {@link ImmutableValueGraph}. * * <p>Note that the returned builder will always have {@link #incidentEdgeOrder} set to {@link
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 7.9K bytes - Viewed (0)