100101102103104105106107108
{ comparator = new MultiKeyComparator(isDescendingValues); } else { comparator = new MultiKeyCollatingComparator(isDescendingValues, stringTypes); } sortedEvents = new TreeMap<MultiKeyUntyped, LinkedList<EventBean>>(comparator); }
113114115116117118119120121122123
{ comparator = new MultiKeyComparator(getIsDescendingValues(orderBy)); } else { comparator = new MultiKeyCollatingComparator(getIsDescendingValues(orderBy), stringTypes); } } else { comparator = new MultiKeyComparator(getIsDescendingValues(orderBy));
300301302303304305306307308309310
102103104105106107108109110