Searched refs:partialComparator (Results 1 – 2 of 2) sorted by relevance
372 val sortedInterfaces = filteredInterfaceTypes.sortedWith(TypeItem.partialComparator) in getInterfacesInOrder()
225 val partialComparator: Comparator<TypeItem> = Comparator { type1, type2 -> in <lambda>() constant