Package com.petrolpark.util
Class GraphHelper
java.lang.Object
com.petrolpark.util.GraphHelper
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Set<T>getAllDescendants(T parent, Function<T, Collection<T>> childGetter)
-
Constructor Details
-
GraphHelper
public GraphHelper()
-
-
Method Details
-
getAllDescendants
public static <T> Set<T> getAllDescendants(T parent, Function<T, Collection<T>> childGetter) throws GraphHelper.CircularReferenceException
-