ForwardingGraph<V, E> constructor

ForwardingGraph<V, E>(
  1. Graph<V, E> delegate
)

Implementation

ForwardingGraph(this.delegate);