Class ArcBackLinkWithCost<V,A,C extends Number & Comparable<C>>

Type Parameters:
V - the vertex type
A - the arrow type
C - the cost number type

public class ArcBackLinkWithCost<V,A,C extends Number & Comparable<C>> extends AbstractBackLinkWithCost<ArcBackLinkWithCost<V,A,C>,C>
Represents an arc back link with cost and depth.