|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public incidentNodes(edge Object) : Set<N> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public predecessors(node Object) : Set<N> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type that : IncidentEdges<?> to that : DirectedIncidentEdges<?> in method public equals(object Object) : boolean in class com.google.common.graph.DirectedIncidentEdges |
From |
To |
|
Change Variable Type incidentNodes : Set<N> to previousIncidentNodes : UndirectedIncidentNodes<N> in method public addEdge(edge E, node1 N, node2 N) : boolean in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : Set<N> to incidentNodes : UndirectedIncidentNodes<N> in method public adjacentEdges(edge Object) : Set<E> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public outEdges(node Object) : Set<E> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type endpoints : ImmutableSet<N> to incidentNodes : UndirectedIncidentNodes<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 : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public adjacentEdges(edge Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public successors(node Object) : Set<N> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdgesN1 : IncidentEdges<E> to incidentEdgesN1 : DirectedIncidentEdges<E> in method public edgesConnecting(node1 Object, node2 Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public inDegree(node Object) : long in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public incidentEdges(node Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to previousEndpoints : DirectedIncidentNodes<N> in method public addEdge(edge E, node1 N, node2 N) : boolean in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type nodeToIncidentEdgesBuilder : ImmutableMap.Builder<N,IncidentEdges<E>> to nodeToIncidentEdgesBuilder : ImmutableMap.Builder<N,DirectedIncidentEdges<E>> in method private ImmutableDirectedGraph(builder Builder<N,E>) in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public adjacentEdges(edge Object) : Set<E> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public incidentNodes(edge Object) : Set<N> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type that : IncidentNodes<?> to that : DirectedIncidentNodes<?> in method public equals(object Object) : boolean in class com.google.common.graph.DirectedIncidentNodes |
From |
To |
|
Change Variable Type edgeToIncidentNodesBuilder : ImmutableMap.Builder<E,IncidentNodes<N>> to edgeToIncidentNodesBuilder : ImmutableMap.Builder<E,DirectedIncidentNodes<N>> in method private ImmutableDirectedGraph(builder Builder<N,E>) in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public target(edge Object) : N in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : Set<N> to incidentNodes : UndirectedIncidentNodes<N> in method public incidentNodes(edge Object) : Set<N> in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public source(edge Object) : N in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public inEdges(node Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public target(edge Object) : N in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type endpoints : Object[] to incidentNodesIterator : Iterator<N> in method public adjacentEdges(edge Object) : Set<E> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : Set<N> to incidentNodes : UndirectedIncidentNodes<N> in method public removeEdge(edge Object) : boolean in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentNodes : Set<N> to incidentNodes : UndirectedIncidentNodes<N> in method public incidentNodes(edge Object) : Set<N> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : Set<E> to incidentEdges : ImmutableSet<E> in method public incidentEdges(node Object) : Set<E> in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Variable Type edgeToNodesBuilder : ImmutableMap.Builder<E,ImmutableSet<N>> to edgeToNodesBuilder : ImmutableMap.Builder<E,UndirectedIncidentNodes<N>> in method private ImmutableUndirectedGraph(builder Builder<N,E>) in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public outEdges(node Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type incidentEdgesN2 : IncidentEdges<E> to incidentEdgesN2 : DirectedIncidentEdges<E> in method public edgesConnecting(node1 Object, node2 Object) : Set<E> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Variable Type endpoints : IncidentNodes<N> to endpoints : DirectedIncidentNodes<N> in method public source(edge Object) : N in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public inEdges(node Object) : Set<E> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Variable Type incidentEdges : IncidentEdges<E> to incidentEdges : DirectedIncidentEdges<E> in method public outDegree(node Object) : long in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Attribute Type nodeToIncidentEdges : Map<N,IncidentEdges<E>> to nodeToIncidentEdges : Map<N,DirectedIncidentEdges<E>> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Attribute Type nodeToIncidentEdges : ImmutableMap<N,IncidentEdges<E>> to nodeToIncidentEdges : ImmutableMap<N,DirectedIncidentEdges<E>> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : ImmutableMap<E,IncidentNodes<N>> to edgeToIncidentNodes : ImmutableMap<E,DirectedIncidentNodes<N>> in class com.google.common.graph.ImmutableDirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : Map<E,IncidentNodes<N>> to edgeToIncidentNodes : Map<E,DirectedIncidentNodes<N>> in class com.google.common.graph.IncidenceSetDirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : Map<E,ImmutableSet<N>> to edgeToIncidentNodes : Map<E,UndirectedIncidentNodes<N>> in class com.google.common.graph.IncidenceSetUndirectedGraph |
From |
To |
|
Change Attribute Type edgeToIncidentNodes : ImmutableMap<E,ImmutableSet<N>> to edgeToIncidentNodes : ImmutableMap<E,UndirectedIncidentNodes<N>> in class com.google.common.graph.ImmutableUndirectedGraph |
From |
To |