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

java.lang.Object
org.jhotdraw8.graph.path.SimpleVertexSequenceFinder<V,C>
Type Parameters:
V - the vertex data type
C - the cost number type
All Implemented Interfaces:
VertexSequenceFinder<V,C>

public class SimpleVertexSequenceFinder<V,C extends Number & Comparable<C>> extends Object implements VertexSequenceFinder<V,C>
Implements the VertexSequenceFinder interface.