Uses of Class
oracle.pgx.algorithm.Order
-
Packages that use Order Package Description oracle.pgx.algorithm -
-
Uses of Order in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return Order Modifier and Type Method Description static OrderOrder. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Order[]Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.algorithm with parameters of type Order Modifier and Type Method Description EdgeSetEdgeSet. orderBy(java.util.function.Function<PgxEdge,java.lang.Number> transform, Order order)Order the edges in the set based on the result of the transformation function.EdgeSetEdgeSet. orderBy(EdgeProperty vertexProperty, Order order)Order the edges based on the value of the property.VertexSetVertexSet. orderBy(java.util.function.Function<PgxVertex,java.lang.Number> transform, Order order)Order the vertices in the set based on the result of the transformation function.VertexSetVertexSet. orderBy(VertexProperty vertexProperty, Order order)Order the vertices based on the value of the property.
-