Uses of Interface
com.c8db.C8VertexCollection
-
Packages that use C8VertexCollection Package Description com.c8db com.c8db.internal -
-
Uses of C8VertexCollection in com.c8db
Methods in com.c8db that return C8VertexCollection Modifier and Type Method Description C8VertexCollectionC8Graph. vertexCollection(String name)Returns aArangoVertexCollectioninstance for the given vertex collection name. -
Uses of C8VertexCollection in com.c8db.internal
Classes in com.c8db.internal that implement C8VertexCollection Modifier and Type Class Description classC8VertexCollectionImplMethods in com.c8db.internal that return C8VertexCollection Modifier and Type Method Description C8VertexCollectionC8GraphImpl. vertexCollection(String name)
-