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