static class ImmutableGraph.ValueBackedImpl<N,V> extends ImmutableGraph<N>
ImmutableGraph.ValueBackedImpl<N,V>
Modifier and Type | Field and Description |
---|---|
protected ValueGraph<N,V> |
backingValueGraph |
Constructor and Description |
---|
ValueBackedImpl(AbstractGraphBuilder<? super N> builder,
ImmutableMap<N,GraphConnections<N,V>> nodeConnections,
long edgeCount) |
Modifier and Type | Method and Description |
---|---|
protected Graph<N> |
delegate() |
copyOf, copyOf
adjacentNodes, allowsSelfLoops, degree, edges, inDegree, isDirected, nodeOrder, nodes, outDegree, predecessors, successors
edgeCount, toString
protected final ValueGraph<N,V> backingValueGraph
ValueBackedImpl(AbstractGraphBuilder<? super N> builder, ImmutableMap<N,GraphConnections<N,V>> nodeConnections, long edgeCount)
protected Graph<N> delegate()
delegate
in class ForwardingGraph<N>