Searched refs:ListItemComparator (Results 1 – 1 of 1) sorted by relevance
57 public static class ListItemComparator implements Comparator<ListItem> { class in SelectFromListWizardFragment288 ListItemComparator comparator = new ListItemComparator(); in VerticalListAdapter()363 TreeSet<ListItem> newItemSet = new TreeSet<ListItem>(new ListItemComparator());