avocado> f = g.getVertices();
[vertex iterator]
avocado> f.hasNext();
true
avocado> v = f.next();
Vertex(18364)