aQute.libg.tarjan
Class Tarjan<T>

java.lang.Object
  extended by aQute.libg.tarjan.Tarjan<T>

public class Tarjan<T>
extends Object


Nested Class Summary
 class Tarjan.Node
           
 
Constructor Summary
Tarjan()
           
 
Method Summary
static
<T> Set<Set<T>>
tarjan(Map<T,Set<T>> graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tarjan

public Tarjan()
Method Detail

tarjan

public static <T> Set<Set<T>> tarjan(Map<T,Set<T>> graph)


Copyright © 2012 aQute SARL. All Rights Reserved.