Class VertexSet<ID>

  • Type Parameters:
    ID - the vertex ID type.
    All Implemented Interfaces:
    java.lang.AutoCloseable, java.lang.Iterable<PgxVertex<ID>>, oracle.pgx.common.IdentifiableCollection, oracle.pgx.common.IdentifiableVertexCollection

    public class VertexSet<ID>
    extends VertexCollection<ID>
    An unordered set of vertices (no duplicates).