Class VertexSequence<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 VertexSequence<ID>
    extends VertexCollection<ID>
    An ordered sequence of vertices which may contain duplicates.