E
- the graph edge typepublic static interface SpannerAlgorithm.Spanner<E> extends Iterable<E>
Modifier and Type | Method and Description |
---|---|
Set<E> |
getEdges()
Set of edges of the graph spanner.
|
double |
getWeight()
Returns the weight of the graph spanner.
|
default Iterator<E> |
iterator()
Returns an iterator over the edges in the spanner.
|
forEach, spliterator
Copyright © 2017. All rights reserved.