Uses of Class
tech.guilhermekaua.spigotboot.core.exceptions.CycleDetectedException
Packages that use CycleDetectedException
Package
Description
-
Uses of CycleDetectedException in tech.guilhermekaua.spigotboot.core.exceptions
Subclasses of CycleDetectedException in tech.guilhermekaua.spigotboot.core.exceptions -
Uses of CycleDetectedException in tech.guilhermekaua.spigotboot.core.utils
Methods in tech.guilhermekaua.spigotboot.core.utils that throw CycleDetectedExceptionModifier and TypeMethodDescriptionDependencyGraph.topologicalOrder()Computes topological order of all nodes.DependencyGraph.topologicalOrderSubset(@NotNull Set<T> subset) Computes topological order for a subset of nodes.