Uses of Class
com.google.common.graph.ImmutableNetwork
-
Uses of ImmutableNetwork in com.google.common.graph
Modifier and TypeMethodDescriptionImmutableNetwork.Builder.build()
Returns a newly-createdImmutableNetwork
based on the contents of thisBuilder
.static <N,
E> ImmutableNetwork <N, E> ImmutableNetwork.copyOf
(ImmutableNetwork<N, E> network) Deprecated.no need to use thisstatic <N,
E> ImmutableNetwork <N, E> Returns an immutable copy ofnetwork
.Modifier and TypeMethodDescriptionstatic <N,
E> ImmutableNetwork <N, E> ImmutableNetwork.copyOf
(ImmutableNetwork<N, E> network) Deprecated.no need to use this