Searched refs:categoryToProperties (Results 1 – 1 of 1) sorted by relevance
269 Multimap<String, Property> categoryToProperties = ArrayListMultimap.create(); in sortByOrigin() local355 categoryToProperties.put(category, property); in sortByOrigin()363 for (String category : categoryToProperties.keySet()) { in sortByOrigin()364 Collection<Property> subProperties = categoryToProperties.get(category); in sortByOrigin()449 Multimap<String, Property> categoryToProperties = ArrayListMultimap.create(); in sortNatural() local495 categoryToProperties.put(category, property); in sortNatural()617 for (String category : categoryToProperties.keySet()) { in sortNatural()618 Collection<Property> subProperties = categoryToProperties.get(category); in sortNatural()