EdgeList
.EdgeList
Collection
of the elements of this EdgeList
using the provided factory.Iterable
of edges and returns a List
of List
of Integer
, where the i-th List
contains the indices of all vertices that
belong to the i-th connected component.Iterable
of edges along the edges
given by the Iterable
span.AbstractRenamedEdge
, which represents contracted edges.Collection
of corrupted elements -- that is, elements which are associated
with the wrong key.EdgeList
EdgeList
an appends it to this oneEdgeList
of edges in the graphEdgeList
.EdgeList
of at least doubly contracted edges and removes the second-outermost layer of contracted edgesGraph
of at least doubly contracted edges and removes the second-outermost layer of contracted edgesEdgeList
of edges for a given vertex.EdgeList
EdgeList
Iterator
over the elements in this EdgeList
.Iterable
of edges.EdgeList
using the provided function.Collection
of the elements of this EdgeList
using the provided factory after
transforming each element using the provided function.Graph
graph and transforms it into an AdjacencyListIterable
of edges and transforms it into an AdjacencyListEdgeList
.AbstractRenamedEdge
from
, to
, internally referencing the original edge.Iterable
of edges and renames the vertices, so that all vertex indices
are between 0 and n - 1 where n is the number of verticesDirectedEdge.from()
and DirectedEdge.to()
swapped.EdgeList
.Iterable
of edges and returns an
EdgeList
containing all edges in a sorted manner.Stream
of the edges of this EdgeList
.EdgeList
using the provided generator
EdgeList
.