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