Class VertexBackLinkWithCost<V,C extends Number & Comparable<C>>

Type Parameters:
V - the vertex data type
C - the cost number type

public class VertexBackLinkWithCost<V,C extends Number & Comparable<C>> extends AbstractBackLinkWithCost<VertexBackLinkWithCost<V,C>,C>
Represents a vertex back link with cost and depth.