|
Change Parameter Type adjacentNodes : Set<N> to adjacentNodeValues : Map<N,V> in method private UndirectedGraphConnections(adjacentNodeValues Map<N,V>) in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Parameter Type builder : GraphBuilder<? super N> to builder : AbstractGraphBuilder<? super N> in method package AbstractConfigurableGraph(builder AbstractGraphBuilder<? super N>, nodeConnections Map<N,GraphConnections<N,V>>, edgeCount long) in class com.google.common.graph.AbstractConfigurableGraph |
From |
To |
|
Change Parameter Type builder : GraphBuilder<? super N> to builder : AbstractGraphBuilder<? super N> in method package AbstractConfigurableGraph(builder AbstractGraphBuilder<? super N>) in class com.google.common.graph.AbstractConfigurableGraph |
From |
To |
|
Change Parameter Type nodeConnections : Map<N,GraphConnections<N>> to nodeConnections : Map<N,GraphConnections<N,V>> in method package AbstractConfigurableGraph(builder AbstractGraphBuilder<? super N>, nodeConnections Map<N,GraphConnections<N,V>>, edgeCount long) in class com.google.common.graph.AbstractConfigurableGraph |
From |
To |
|
Change Parameter Type adjacentNodes : Set<N> to adjacentNodeValues : Map<N,V> in method package ofImmutable(adjacentNodeValues Map<N,V>) : UndirectedGraphConnections<N,V> in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Parameter Type builder : GraphBuilder<? super N> to builder : AbstractGraphBuilder<? super N> in method package ConfigurableMutableValueGraph(builder AbstractGraphBuilder<? super N>) in class com.google.common.graph.ConfigurableMutableValueGraph |
From |
To |
|
Pull Up Attribute package nodeOrder : ElementOrder<N> from class com.google.common.graph.GraphBuilder to package nodeOrder : ElementOrder<N> from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package expectedNodeCount : Optional<Integer> from class com.google.common.graph.GraphBuilder to package expectedNodeCount : Optional<Integer> from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package allowsSelfLoops : boolean from class com.google.common.graph.GraphBuilder to package allowsSelfLoops : boolean from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package expectedNodeCount : Optional<Integer> from class com.google.common.graph.NetworkBuilder to package expectedNodeCount : Optional<Integer> from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package directed : boolean from class com.google.common.graph.GraphBuilder to package directed : boolean from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package directed : boolean from class com.google.common.graph.NetworkBuilder to package directed : boolean from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Pull Up Attribute package allowsSelfLoops : boolean from class com.google.common.graph.NetworkBuilder to package allowsSelfLoops : boolean from class com.google.common.graph.AbstractGraphBuilder |
From |
To |
|
Change Return Type UndirectedGraphConnections<N> to UndirectedGraphConnections<N,V> in method package of() : UndirectedGraphConnections<N,V> in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Return Type ImmutableMap<N,GraphConnections<N>> to ImmutableMap<N,GraphConnections<N,Object>> in method private getNodeConnections(graph Graph<N>) : ImmutableMap<N,GraphConnections<N,Object>> in class com.google.common.graph.ImmutableGraph |
From |
To |
|
Change Return Type GraphConnections<N> to GraphConnections<N,Object> in method private connectionsOf(graph Graph<N>, node N) : GraphConnections<N,Object> in class com.google.common.graph.ImmutableGraph |
From |
To |
|
Change Return Type GraphConnections<N> to GraphConnections<N,V> in method private addNodeInternal(node N) : GraphConnections<N,V> in class com.google.common.graph.ConfigurableMutableValueGraph |
From |
To |
|
Change Return Type void to V in method public removeSuccessor(node Object) : V in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Return Type void to boolean in method public addNode(node N) : boolean in class com.google.common.graph.ConfigurableMutableValueGraph |
From |
To |
|
Change Return Type void to V in method public removeSuccessor(node Object) : V in class com.google.common.graph.DirectedGraphConnections |
From |
To |
|
Change Return Type GraphConnections<N> to GraphConnections<N,V> in method protected checkedConnections(node Object) : GraphConnections<N,V> in class com.google.common.graph.AbstractConfigurableGraph |
From |
To |
|
Change Return Type UndirectedGraphConnections<N> to UndirectedGraphConnections<N,V> in method package ofImmutable(adjacentNodeValues Map<N,V>) : UndirectedGraphConnections<N,V> in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Return Type void to V in method public removeSuccessor(node Object) : V in class com.google.common.graph.GraphConnections |
From |
To |
|
Change Attribute Type adjacentNodes : Map<N,Adjacency> to predecessors : Set<N> in class com.google.common.graph.DirectedGraphConnections |
From |
To |
|
Change Attribute Type adjacentNodes : Set<N> to adjacentNodeValues : Map<N,V> in class com.google.common.graph.UndirectedGraphConnections |
From |
To |
|
Change Attribute Type GRAPH_BUILDER_B : GraphBuilder<?> to GRAPH_BUILDER_B : AbstractGraphBuilder<?> in class com.google.common.graph.PackageSanityTests |
From |
To |
|
Change Attribute Type nodeConnections : MapIteratorCache<N,GraphConnections<N>> to nodeConnections : MapIteratorCache<N,GraphConnections<N,V>> in class com.google.common.graph.AbstractConfigurableGraph |
From |
To |
|
Change Attribute Type GRAPH_BUILDER_A : GraphBuilder<?> to GRAPH_BUILDER_A : AbstractGraphBuilder<?> in class com.google.common.graph.PackageSanityTests |
From |
To |