Searched defs:ImmutableGraph (Results 1 – 2 of 2) sorted by relevance
49 public class ImmutableGraph<N> extends ForwardingGraph<N> { class53 ImmutableGraph(BaseGraph<N> backingGraph) { in ImmutableGraph() method in ImmutableGraph