Uses of Class
com.google.common.graph.ImmutableGraph
-
Packages that use ImmutableGraph Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of ImmutableGraph in com.google.common.graph
Subclasses of ImmutableGraph in com.google.common.graph Modifier and Type Class Description (package private) static class
ImmutableGraph.ValueBackedImpl<N,V>
class
ImmutableValueGraph<N,V>
AValueGraph
whose elements and structural relationships will never change.Methods in com.google.common.graph that return ImmutableGraph Modifier and Type Method Description ImmutableGraph<N>
ImmutableNetwork. asGraph()
static <N> ImmutableGraph<N>
ImmutableGraph. copyOf(Graph<N> graph)
Returns an immutable copy ofgraph
.static <N> ImmutableGraph<N>
ImmutableGraph. copyOf(ImmutableGraph<N> graph)
Deprecated.no need to use thisMethods in com.google.common.graph with parameters of type ImmutableGraph Modifier and Type Method Description static <N> ImmutableGraph<N>
ImmutableGraph. copyOf(ImmutableGraph<N> graph)
Deprecated.no need to use this
-