Class GraphEntityCollection<E extends PgxEntity<ID>,ID>

java.lang.Object
oracle.pgx.api.internal.ApiObject
Type Parameters:
E - the element type
ID - the ID type of the element type
All Implemented Interfaces:
AutoCloseable, Iterable<E>, oracle.pgx.common.IdentifiableCollection
Direct Known Subclasses:
EdgeCollection, VertexCollection

public abstract class GraphEntityCollection<E extends PgxEntity<ID>,ID> extends PgxCollection<E,ID>
A collection of vertices/edges.