Uses of Interface
oracle.pgx.algorithm.EdgeSequence
-
Packages that use EdgeSequence Package Description oracle.pgx.algorithm -
-
Uses of EdgeSequence in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return EdgeSequence Modifier and Type Method Description static EdgeSequence
EdgeSequence. create()
Instantiate a new edge sequence.EdgeSequence
EdgeSequence. filter(java.util.function.Predicate<PgxEdge> predicate)
Filter the edges in the sequence by the given predicate.EdgeSequence
EdgeSequence. filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the sequence by the given boolean property.
-