private static class GraphOutputDot.TopNodeSort extends java.lang.Object implements java.util.Comparator<Node>
Modifier and Type | Field and Description |
---|---|
private java.text.Collator |
collator |
Modifier | Constructor and Description |
---|---|
private |
TopNodeSort() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Node o1,
Node o2) |
private java.text.CollationKey |
toKey(Node node) |