Searched refs:byLabel (Results 1 – 1 of 1) sorted by relevance
440 Collections.sort(groupnodes.get(n).getChildren(), byLabel); in writeSamplesNavTree() local502 public static Comparator<Node> byLabel = new Comparator<Node>() { field in SampleCode