How to find faces, or more specifically, sets of edges of the same face, in a JUNG graph?
Found functions and it provides something like find incident edges, find neighbors, but it does not help. Is there a proper way to find faces in a network graph, using the functions provided?