Package | Description |
---|---|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
GraphUtil.getTopDownOrder(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> graph)
Check cyclic dependency and determine processing order for the given graph.
|