Uses of Class
oracle.pgx.api.VertexCollection
-
Packages that use VertexCollection Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of VertexCollection in oracle.pgx.api
Subclasses of VertexCollection in oracle.pgx.api Modifier and Type Class Description class
ComponentCollection<ID>
class
VertexSequence<ID>
An ordered sequence of vertices which may contain duplicates.class
VertexSet<ID>
An unordered set of vertices (no duplicates).Methods in oracle.pgx.api that return VertexCollection Modifier and Type Method Description VertexCollection<ID>
Partition. getPartitionByIndex(long index)
Gets a partition by index.VertexCollection<ID>
Partition. getPartitionByVertex(PgxVertex<ID> vertex)
Gets the partition a particular vertex belongs to.Methods in oracle.pgx.api that return types with arguments of type VertexCollection Modifier and Type Method Description java.util.Iterator<VertexCollection<ID>>
Partition. iterator()
Creates an iterator over all partitions.
-