Class IndexedVertexBackLinkWithCost<C extends Number & Comparable<C>>

Type Parameters:
C - the cost number type

public class IndexedVertexBackLinkWithCost<C extends Number & Comparable<C>> extends AbstractBackLinkWithCost<IndexedVertexBackLinkWithCost<C>,C>
Represents an indexed vertex back link with cost and depth.