Hi,

I need to get the most recently added edge for a certain edge type.

I there a better alternative for this to get to the last (most recent) IN 
edge:

Edge mostRecentEdge = null;
for (Edge next : oVertex.getEdges(Direction.IN, "CONNECTS_FROM")) {
    mostRecentEdge = next;
}

Regards,
 - Stefan

-- 

--- 
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/groups/opt_out.

Reply via email to