Interface FloydWarshall.GetPaths<T>

  • Enclosing class:
    FloydWarshall<T>

    public static interface FloydWarshall.GetPaths<T>
    • Method Detail

      • getPaths

        Set<List<T>> getPaths​(T from,
                              T to)