Uses of Class
org.infinispan.util.CyclicDependencyException
-
Packages that use CyclicDependencyException Package Description org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of CyclicDependencyException in org.infinispan.util
Methods in org.infinispan.util that throw CyclicDependencyException Modifier and Type Method Description List<T>
DependencyGraph. topologicalSort()
Calculates a topological sort of the graph, in linear time
-