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