No.  My problem is that I have a Class with 15,000,000 Vertexes and I want 
to being iterating with the 4,000,000th element and I don't want to call 
next() 4 million times to get there.

On Thursday, August 27, 2015 at 10:51:09 AM UTC+3, Giulia Brignoli wrote:
>
> Hi,
>
> if i understand your problem, you could use a *for each*, like this:
>
>
> for(Vertex v:iter){
>     //something
> }
>
>
> Regards,
> Giulia
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to