Uses of Interface
oracle.pgx.api.PgxPath.PathIterable
-
Packages that use PgxPath.PathIterable Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of PgxPath.PathIterable in oracle.pgx.api
Methods in oracle.pgx.api that return PgxPath.PathIterable Modifier and Type Method Description PgxPath.PathIterable<PgxEdge>PgxPath. getEdges()Gets the edges of this path.PgxPath.PathIterable<PgxVertex<ID>>PgxPath. getVertices()Gets the vertices of this path.
-