Uses of Interface
org.apache.graphar.vertices.Vertex
-
Packages that use Vertex Package Description org.apache.graphar.vertices -
-
Uses of Vertex in org.apache.graphar.vertices
Methods in org.apache.graphar.vertices that return Vertex Modifier and Type Method Description Vertex
VertexIter. get()
Construct and return the vertex of the current offset.Methods in org.apache.graphar.vertices that return types with arguments of type Vertex Modifier and Type Method Description default Iterator<Vertex>
VerticesCollection. iterator()
Implement Iterable interface to support for-each loop.
-