Interface FloydWarshall.GetPaths<T>

  • Enclosing class:
    FloydWarshall<T>

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

      • getPaths

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