|
Rename Variable endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable target : N to node2 : N in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Rename Variable endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method public addEdge(edge E, node1 N, node2 N) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable targetConnections : NodeConnections<N,E> to connectionsN2 : NodeConnections<N,E> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable sourceConnections : NodeConnections<N,E> to connectionsN1 : NodeConnections<N,E> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Rename Variable source : N to node1 : N in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : UndirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : UndirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : UndirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type previousIncidentNodes : UndirectedIncidentNodes<N> to previousIncidentNodes : IncidentNodes<N> in method public addEdge(edge E, node1 N, node2 N) : boolean in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method public addEdge(edge E, node1 N, node2 N) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type edgeToNodesBuilder : ImmutableMap.Builder<E,UndirectedIncidentNodes<N>> to edgeToNodesBuilder : ImmutableMap.Builder<E,IncidentNodes<N>> in method private ImmutableUndirectedGraph(builder Builder<N,E>) in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Variable Type edgeToIncidentNodesBuilder : ImmutableMap.Builder<E,DirectedIncidentNodes<N>> to edgeToIncidentNodesBuilder : ImmutableMap.Builder<E,IncidentNodes<N>> in method private ImmutableDirectedGraph(builder Builder<N,E>) in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type endpoints : DirectedIncidentNodes<N> to incidentNodes : IncidentNodes<N> in method private checkedIncidentNodes(edge Object) : IncidentNodes<N> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : ImmutableMap<E,UndirectedIncidentNodes<N>> to edgeToIncidentNodes : ImmutableMap<E,IncidentNodes<N>> in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : ImmutableMap<E,DirectedIncidentNodes<N>> to edgeToIncidentNodes : ImmutableMap<E,IncidentNodes<N>> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : Map<E,UndirectedIncidentNodes<N>> to edgeToIncidentNodes : Map<E,IncidentNodes<N>> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : Map<E,DirectedIncidentNodes<N>> to edgeToIncidentNodes : Map<E,IncidentNodes<N>> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |